Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
3->4 colors
[dwm.git]
/
main.c
diff --git
a/main.c
b/main.c
index
5b00d0c
..
8eafc11
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-121,9
+121,10
@@
setup()
seltag[0] = True;
/* style */
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;
setfont(FONT);
sx = sy = 0;