commit - ea939812fffabcc8a6c82002e03cd1acc1ad1381
commit + 560b3eff0c4796e22b8b8fba8a4e93a0f0a423a2
blob - 8229252c10b3a1ac2365401a5a4db1057af7ccff
blob + c1f5cd49922fb8c0924c59754978b4b7ee6b2eb2
--- config.h
+++ config.h
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "mono:style=regular:pixelsize=16:antialias=true:autohint=true";
+static char *font = "monospace:size=12:antialias=true";
static int borderpx = 2;
static float alpha = 1;
/* more colors can be added after 255 to use with DefaultXX */
"#cccccc",
"#555555",
- "gray90", /* default foreground colour */
- "black", /* default background colour */
+ "#d5c494", /* default foreground colour */
+ "#252525", /* default background colour */
};
*/
unsigned int defaultfg = 258;
unsigned int defaultbg = 259;
-unsigned int defaultcs = 256;
-static unsigned int defaultrcs = 257;
+unsigned int defaultcs = 258;
+static unsigned int defaultrcs = 259;
/*
* Default shape of cursor