1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 09:06:35 +01: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

@@ -68,6 +68,11 @@ struct user_settings {
char autorun_path[PATH_MAX];
char password_eval[PASSWORD_EVAL_MAX];
char color_bar_bg[COLOR_STR_SIZE];
char color_bar_fg[COLOR_STR_SIZE];
char color_bar_accent[COLOR_STR_SIZE];
char color_bar_notify[COLOR_STR_SIZE];
int key_next_tab;
int key_prev_tab;
int key_scroll_line_up;