From 9ab88b5935b722021c2aed2d2a417fd83226ff64 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Wed, 4 Nov 2015 01:43:13 +0100 Subject: make colors configurable --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 364db70..27f0c66 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,9 @@ static char *fontfallbacks[] = { #define NUMFONTSCALES 30 #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"; + /* how much screen estate is to be used at max for the content */ static float usablewidth = 0.75; static float usableheight = 0.75; -- cgit v1.2.3