diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,9 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Hack Nerd Font:size=11:antialias=true:autohint=true"; /* Spare fonts*/ -static char *font2[] = { "Symbola:pixelsize10:antialias=true:autohint=true" }; +static char *font2[] = { "Symbola:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /* @@ -118,6 +118,7 @@ static const char *colorname[] = { "#6db0ad", "#cccccc", + [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ |
