3->4 colors
This commit is contained in:
parent
a5379e901c
commit
2e0c767d74
6 changed files with 22 additions and 26 deletions
7
main.c
7
main.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue