mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Set default color for trackbar
Fix https://github.com/profanity-im/profanity/issues/1453
This commit is contained in:
parent
b12183aa1a
commit
3b093553e1
@ -86,6 +86,7 @@ theme_init(const char* const theme_name)
|
||||
g_hash_table_insert(defaults, strdup("main.text.them"), strdup("default"));
|
||||
g_hash_table_insert(defaults, strdup("main.splash"), strdup("cyan"));
|
||||
g_hash_table_insert(defaults, strdup("main.help.header"), strdup("default"));
|
||||
g_hash_table_insert(defaults, strdup("main.trackbar"), strdup("default"));
|
||||
g_hash_table_insert(defaults, strdup("error"), strdup("red"));
|
||||
g_hash_table_insert(defaults, strdup("incoming"), strdup("yellow"));
|
||||
g_hash_table_insert(defaults, strdup("mention"), strdup("yellow"));
|
||||
|
Loading…
Reference in New Issue
Block a user