From 9fde9d8955a7dee88f0721f3a0d8b241a84646a2 Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 12 Apr 2015 17:30:13 +0200 Subject: Fix bgalt. --- config/config.def.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.def.c b/config/config.def.c index cfd1657c..6ed24964 100644 --- a/config/config.def.c +++ b/config/config.def.c @@ -68,7 +68,7 @@ Settings config = { .menu_bg_urgent = "#FDF6E3", .menu_bg_active = "#FDF6E3", /** Background color alternate row */ - .menu_bg_alt = "#EEE8D5", + .menu_bg_alt = NULL, //"#EEE8D5", /** Foreground color (selected) */ .menu_hlfg = "#EEE8D5", .menu_hlfg_urgent = "#FDF6E3", -- cgit v1.2.3