Fixed light background color mapping.

For some weird reason even non defined colors were set in pallet_light.tmp, resulting in a color theme for mutt with null values (color233, etc).

Signed-off-by: Rajiv Andrade <mail@srajiv.net>
This commit is contained in:
srajiv 2012-03-21 10:02:01 -03:00
parent c350650cb7
commit 9f1d395278

View file

@ -46,10 +46,10 @@ J_statusfg ,color241 ,brightyellow ,
J_statusbg ,color235 ,black ,
SETPALETTEDARK
cat > palette_light.tmp <<SETPALETTELIGHT
J_base3 ,color233 ,brightblack ,
J_base2 ,color234 ,black ,
J_base1 ,color239 ,brightgreen ,
J_base0 ,color240 ,brightyellow ,
J_base3 ,color234 ,brightblack ,
J_base2 ,color235 ,black ,
J_base1 ,color240 ,brightgreen ,
J_base0 ,color241 ,brightyellow ,
J_base00 ,color244 ,brightblue ,
J_base01 ,color245 ,brightcyan ,
J_base02 ,color254 ,white ,