aewl
diff main.c @ 350:b10852dbbffe
3->4 colors
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 24 Aug 2006 12:04:56 +0200 |
parents | 93192711a36a |
children | 5a8bdc3b37cb |
line diff
1.1 --- a/main.c Thu Aug 24 10:28:50 2006 +0200 1.2 +++ b/main.c Thu Aug 24 12:04:56 2006 +0200 1.3 @@ -121,9 +121,10 @@ 1.4 seltag[0] = True; 1.5 1.6 /* style */ 1.7 - dc.bg = getcolor(BGCOLOR); 1.8 - dc.fg = getcolor(FGCOLOR); 1.9 - dc.border = getcolor(BORDERCOLOR); 1.10 + dc.bg[0] = getcolor(NORMBGCOLOR); 1.11 + dc.fg[0] = getcolor(NORMFGCOLOR); 1.12 + dc.bg[1] = getcolor(SELBGCOLOR); 1.13 + dc.fg[1] = getcolor(SELFGCOLOR); 1.14 setfont(FONT); 1.15 1.16 sx = sy = 0;