mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
readme pics
This commit is contained in:
parent
0963be3ec3
commit
6c89abb3c3
BIN
.readme/s5.png
Normal file
BIN
.readme/s5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 273 KiB |
BIN
.readme/s6.png
Normal file
BIN
.readme/s6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 283 KiB |
BIN
.readme/s7.png
Normal file
BIN
.readme/s7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 290 KiB |
BIN
.readme/s8.png
Normal file
BIN
.readme/s8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 346 KiB |
15
README.md
15
README.md
@ -2,7 +2,16 @@
|
|||||||
---
|
---
|
||||||
Alternative Discord client made in C++ with GTK
|
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>
|
<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
|
* Not Electron
|
||||||
* Voice support
|
* Voice support
|
||||||
* Handles most types of chat messages including embeds, images, and replies
|
* 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>
|
* Identifies to Discord as the web client unlike other clients so less likely to be falsely flagged as spam<sup>1</sup>
|
||||||
* Set status
|
* Set status
|
||||||
* Unread and mention indicators
|
* 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 |
|
| Setting | Type | Description |
|
||||||
|-------------------------|--------|-----------------------------------------------------|
|
|-------------------------|--------|-----------------------------------------------------|
|
||||||
| `linkcolor` | string | color to use for links in messages |
|
|
||||||
| `expandercolor` | string | color to use for the expander in the channel list |
|
| `expandercolor` | string | color to use for the expander in the channel list |
|
||||||
| `nsfwchannelcolor` | string | color to use for NSFW channels 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 |
|
| `mentionbadgecolor` | string | background color for mention badges |
|
||||||
| `mentionbadgetextcolor` | string | color to use for number displayed on mention badges |
|
| `mentionbadgetextcolor` | string | color to use for number displayed on mention badges |
|
||||||
| `unreadcolor` | string | color to use for the unread indicator |
|
| `unreadcolor` | string | color to use for the unread indicator |
|
||||||
|
Loading…
Reference in New Issue
Block a user