about summary refs log tree commit diff stats
path: root/src/config/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme.c')
-rw-r--r--src/config/theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index f160fa7a..e0c9d541 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -176,6 +176,8 @@ theme_exists(const char *const theme_name)
 gboolean
 theme_load(const char *const theme_name)
 {
+    color_pair_cache_reset();
+
     if (_theme_load_file(theme_name)) {
         _load_preferences();
         return TRUE;