From f2c4aff37c44839b97b7f6c5e38602af80032134 Mon Sep 17 00:00:00 2001 From: QC Date: Fri, 3 Apr 2015 18:40:07 +0200 Subject: Add active/urgent color. --- config/config.def.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') 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 */ -- cgit v1.2.3