summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-05-21 21:39:58 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-05-24 19:28:44 +0200
commit27a904c1dd40d185dd5123ca354f6080e853ec92 (patch)
tree2affa3c111ddc9f7b2034f64e83451b17e6f74b1 /config.def.h
parent268d1968ea951b3eb2d1411a9e0d7c0fcb23217b (diff)
downloadsent-27a904c1dd40d185dd5123ca354f6080e853ec92.tar.gz
sent-27a904c1dd40d185dd5123ca354f6080e853ec92.tar.bz2
sent-27a904c1dd40d185dd5123ca354f6080e853ec92.zip
import new drw and util from libsl.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 92d577c..023f8cd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,8 +8,10 @@ static char *fontfallbacks[] = {
#define NUMFONTSCALES 42
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
-static const char *fgcol = "#000000";
-static const char *bgcol = "#FFFFFF";
+static const char *colors[] = {
+ "#000000", /* foreground color */
+ "#FFFFFF", /* background color */
+};
static const float linespacing = 1.4;
Software created with 💖