about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
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"));