summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-03 18:40:07 +0200
committerQC <qball@gmpclient.org>2015-04-03 18:40:07 +0200
commitf2c4aff37c44839b97b7f6c5e38602af80032134 (patch)
tree92a337318790c6c27a1dc43a821f0b69281e5b91 /config
parent957ffe5fcf4267c8d38d77e55da720b642757901 (diff)
Add active/urgent color.
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 7d21f11b..cbb6ed2b 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -47,7 +47,9 @@ Settings config = {
/** Font */
.menu_font = "mono 12",
/** Foreground color */
- .menu_fg = "#222222",
+ .menu_fg = "#222222",
+ .menu_fg_urgent = "#aa0000",
+ .menu_fg_active = "#00aaff",
/** Background color */
.menu_bg = "#f2f1f0",
/** Background color alternate row */