1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 00:36:36 +02:00

Custom colors proof of concept

Fix formatting

Fix repeated variable in example config
This commit is contained in:
Lily
2020-12-05 14:39:33 -06:00
parent 2640919318
commit 2ff9d29491
9 changed files with 234 additions and 89 deletions

View File

@ -23,6 +23,18 @@ ui = {
// true to use native terminal colours, false to use toxic default colour theme
native_colors=false;
// set background color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
color_bar_bg = "blue";
// set foreground (text) color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
color_bar_fg = "white";
// set foreground accent color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
color_bar_accent = "cyan";
// set foreground notify (and typing) color in chat status bar (black, white, red, green, blue, cyan, yellow, magenta)
color_bar_notify = "yellow";
// true to enable autologging, false to disable
autolog=false;