Skip to content

Commit

Permalink
Set default color for trackbar
Browse files Browse the repository at this point in the history
Fix #1453
  • Loading branch information
jubalh committed Dec 10, 2020
1 parent b12183a commit 3b09355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/theme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 3b09355

Please sign in to comment.