aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/main.c b/main.c
index 5b00d0c..8eafc11 100644
--- a/main.c
+++ b/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;