summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-06 17:13:26 +0200
committerQC <qball@gmpclient.org>2015-04-06 17:13:26 +0200
commit2590ecf7e5729acf0394d2d3d8e4269f430c7754 (patch)
tree58f03b0104f66ee4cf8c1775450044204db09f62 /include/rofi.h
parent95fd6402f3714595ca42af83a4e87a7f24e2b95f (diff)
ADd new coloring scheme.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 7b756a30..b3f46ff6 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -152,6 +152,12 @@ typedef struct _Settings
unsigned int menu_columns;
/** Font string (pango format) */
char * menu_font;
+
+ /** New row colors */
+ char * color_normal;
+ char * color_active;
+ char * color_urgent;
+ char * color_window;
/** Foreground color */
char * menu_fg;
char * menu_fg_urgent;