back to 3 colors

This commit is contained in:
Anselm R. Garbe
2006-08-25 07:54:49 +02:00
parent de7fc0011e
commit 9833610356
5 changed files with 35 additions and 38 deletions

7
main.c
View File

@ -121,10 +121,9 @@ setup()
seltag[0] = True;
/* style */
dc.bg[0] = getcolor(NORMBGCOLOR);
dc.fg[0] = getcolor(NORMFGCOLOR);
dc.bg[1] = getcolor(SELBGCOLOR);
dc.fg[1] = getcolor(SELFGCOLOR);
dc.bg = getcolor(BGCOLOR);
dc.fg = getcolor(FGCOLOR);
dc.border = getcolor(BORDERCOLOR);
setfont(FONT);
sx = sy = 0;