summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-05 23:25:46 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-05 23:25:46 +0100
commitb13bff6d1da035b5a741fe6be4692fcbbaec63d7 (patch)
treee384b8d50d8c8d5da69b52c569078b4b1a468c96 /config
parentf4f2e3d1294cfb470e9c8a51b72fc5aa3f47c8bd (diff)
Try to fix things
Diffstat (limited to 'config')
-rw-r--r--config/config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.c b/config/config.c
index 9d28e66b..ea808e50 100644
--- a/config/config.c
+++ b/config/config.c
@@ -50,10 +50,10 @@ Settings config = {
/** Row colors */
// Enable new color
- .color_normal = "#fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5",
- .color_urgent = "#fdf6e3,#dc322f,#eee8d5,#dc322f,#fdf6e3",
- .color_active = "#fdf6e3,#268bd2,#eee8d5,#268bd2,#fdf6e3",
- .color_window = "#fdf6e3,#002b36",
+ .color_normal = "#fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5",
+ .color_urgent = "#fdf6e3,#dc322f,#eee8d5,#dc322f,#fdf6e3",
+ .color_active = "#fdf6e3,#268bd2,#eee8d5,#268bd2,#fdf6e3",
+ .color_window = "#fdf6e3,#002b36",
/** Terminal to use. (for ssh and open in terminal) */
.terminal_emulator = "rofi-sensible-terminal",