1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Set default color for main.text.history

Might be related to https://github.com/profanity-im/profanity/issues/1186
This commit is contained in:
Michael Vetter 2019-09-11 13:20:32 +02:00
parent aa0f497975
commit e10f4d4bb0

View File

@ -73,6 +73,7 @@ theme_init(const char *const theme_name)
defaults = g_hash_table_new_full(g_str_hash, g_str_equal, free, free);
g_hash_table_insert(defaults, strdup("main.text"), strdup("white"));
g_hash_table_insert(defaults, strdup("main.text.history"), strdup("white"));
g_hash_table_insert(defaults, strdup("main.text.me"), strdup("white"));
g_hash_table_insert(defaults, strdup("main.text.them"), strdup("white"));
g_hash_table_insert(defaults, strdup("main.splash"), strdup("cyan"));