summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-02 12:32:11 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-02 12:32:11 +0200
commita754815d14492c4e0d38226965c19773cbe96350 (patch)
tree477de834f954a71777da7c949117ef9101b84d46 /config
parentc28dd35f3d80b12d5788404cd9a4a1deea9fbdc9 (diff)
Add converter back for old theme format.
Diffstat (limited to 'config')
-rw-r--r--config/config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index 813f88af..0e3aa3cf 100644
--- a/config/config.c
+++ b/config/config.c
@@ -111,4 +111,8 @@ Settings config = {
.click_to_exit = TRUE,
.show_match = TRUE,
.theme = NULL,
+ .color_normal = NULL,
+ .color_active = NULL,
+ .color_urgent = NULL,
+ .color_window = NULL,
};