summaryrefslogtreecommitdiffstats
path: root/include/settings.h
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 /include/settings.h
parentc28dd35f3d80b12d5788404cd9a4a1deea9fbdc9 (diff)
Add converter back for old theme format.
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index e14ee48d..4273b05c 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -64,6 +64,12 @@ typedef struct
/** Font string (pango format) */
char * menu_font;
+ /** New row colors */
+ char * color_normal;
+ char * color_active;
+ char * color_urgent;
+ char * color_window;
+
/** Terminal to use */
char * terminal_emulator;
/** SSH client to use */