1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Set default color for trackbar

Fix https://github.com/profanity-im/profanity/issues/1453
This commit is contained in:
Michael Vetter 2020-12-10 15:07:55 +01:00
parent b12183aa1a
commit 3b093553e1

View File

@ -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"));