summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index 5357e339..0c745b7f 100644
--- a/config/config.c
+++ b/config/config.c
@@ -128,4 +128,5 @@ Settings config = {
.window_format = "{w} {c} {t}",
.click_to_exit = TRUE,
.show_match = TRUE,
+ .theme = NULL,
};