summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-12-26 07:14:43 +0000
committerGitHub <noreply@github.com>2023-12-26 07:14:43 +0000
commitffc29b82142d992bb3c1fa012a3e93d57ff2a219 (patch)
tree6e3329b7761243672f694fc680ee3b25f0cddbe4 /README.md
parent705938a0a8a02ece99bc6040c615ccf8ea5afa71 (diff)
parent6c89abb3c35c9a45c33d13bb0e3f5d4677cdb676 (diff)
downloadabaddon-portaudio-ffc29b82142d992bb3c1fa012a3e93d57ff2a219.tar.gz
abaddon-portaudio-ffc29b82142d992bb3c1fa012a3e93d57ff2a219.zip
Merge pull request #252 from uowuo/theming
Use GTK themes
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 89e7d3d..b47e895 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,16 @@
---
Alternative Discord client made in C++ with GTK
-<img src="/.readme/s3.png">
+<table>
+ <tr>
+ <td><img src="/.readme/s5.png"></td>
+ <td><img src="/.readme/s6.png"></td>
+ </tr>
+ <tr>
+ <td><img src="/.readme/s7.png"></td>
+ <td><img src="/.readme/s8.png"></td>
+ </tr>
+</table>
<a href="https://discord.gg/wkCU3vuzG5"><img src="https://discord.com/api/guilds/858156817711890443/widget.png?style=shield"></a>
@@ -11,7 +20,7 @@ Current features:
* Not Electron
* Voice support
* Handles most types of chat messages including embeds, images, and replies
-* Completely styleable/customizable with CSS (if you have a system GTK theme it won't really use it though)
+* Completely styleable/customizable
* Identifies to Discord as the web client unlike other clients so less likely to be falsely flagged as spam<sup>1</sup>
* Set status
* Unread and mention indicators
@@ -301,10 +310,8 @@ For example, memory_db would be set by adding `memory_db = true` under the line
| Setting | Type | Description |
|-------------------------|--------|-----------------------------------------------------|
-| `linkcolor` | string | color to use for links in messages |
| `expandercolor` | string | color to use for the expander in the channel list |
| `nsfwchannelcolor` | string | color to use for NSFW channels in the channel list |
-| `channelcolor` | string | color to use for SFW channels in the channel list |
| `mentionbadgecolor` | string | background color for mention badges |
| `mentionbadgetextcolor` | string | color to use for number displayed on mention badges |
| `unreadcolor` | string | color to use for the unread indicator |