summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
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;