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;