Fix bgalt.

This commit is contained in:
QC 2015-04-12 17:30:13 +02:00
parent 97187b8c75
commit 9fde9d8955
1 changed files with 1 additions and 1 deletions

View File

@ -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",