about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-12-10 15:07:55 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-12-10 15:07:55 +0100
commit3b093553e13bce306a21af065ae5a66fe8359780 (patch)
tree56ce41c5aad3b3e0cf025f43e37d2dc62876fa39 /src
parentb12183aa1a777314b7966cd807628fbb514ab63d (diff)
downloadprofani-tty-3b093553e13bce306a21af065ae5a66fe8359780.tar.gz
Set default color for trackbar
Fix https://github.com/profanity-im/profanity/issues/1453
Diffstat (limited to 'src')
-rw-r--r--src/config/theme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index 14e9ba1f..1869286d 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -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"));