make colors configurable

This commit is contained in:
Markus Teich
2015-11-04 01:43:13 +01:00
parent fc82374b03
commit 9ab88b5935
2 changed files with 4 additions and 1 deletions

2
sent.c
View File

@ -522,7 +522,7 @@ void xinit()
if (!(d = drw_create(xw.dpy, xw.scr, xw.win, xw.w, xw.h)))
die("Can't create drawing context.");
sc = drw_scm_create(d, "#000000", "#FFFFFF");
sc = drw_scm_create(d, fgcol, bgcol);
drw_setscheme(d, sc);
xloadfonts();