3->4 colors

This commit is contained in:
Anselm R. Garbe
2006-08-24 12:04:56 +02:00
parent a5379e901c
commit 2e0c767d74
6 changed files with 22 additions and 26 deletions

7
main.c
View File

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