1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 02:46:44 +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

@ -55,21 +55,22 @@ typedef enum {
BLACK,
BLUE_BLACK,
BLACK_WHITE,
WHITE_BLUE,
GREEN_BLUE,
CYAN_BLUE,
PURPLE_BLUE,
BLACK_BLUE,
RED_BLUE,
YELLOW_BLUE,
BAR_TEXT,
STATUS_ONLINE,
BAR_ACCENT,
PURPLE_BG,
BLACK_BG,
STATUS_BUSY,
STATUS_AWAY,
BAR_NOTIFY,
} C_COLOURS;
/* tab alert types: lower types take priority (this relies on the order of C_COLOURS) */
typedef enum {
WINDOW_ALERT_NONE = 0,
WINDOW_ALERT_0 = GREEN_BLUE,
WINDOW_ALERT_1 = CYAN_BLUE,
WINDOW_ALERT_2 = PURPLE_BLUE,
WINDOW_ALERT_0 = STATUS_ONLINE,
WINDOW_ALERT_1 = BAR_ACCENT,
WINDOW_ALERT_2 = PURPLE_BG,
} WINDOW_ALERTS;
typedef enum {