summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-11 12:04:14 +0200
committerQC <qball@gmpclient.org>2015-04-11 12:04:14 +0200
commitc1a8735e246db294f80e9ad51c4bfd43af64b5f4 (patch)
tree9816aa26b44d0d77ba589073bc4e471035c3e6a2 /include/rofi.h
parent27dfb8937d882b6a87bd1997a5dbce32ffbaf6d4 (diff)
Re-enable background/foreground. Make theming method an option.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index b3f46ff6..65698430 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -154,6 +154,7 @@ typedef struct _Settings
char * menu_font;
/** New row colors */
+ unsigned int color_enabled;
char * color_normal;
char * color_active;
char * color_urgent;