diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/theme.c | 2 |
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; |