--- config.def.h +++ config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Iosevka-10"; static int borderpx = 2; /* @@ -118,10 +118,10 @@ [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "gray90", /* default foreground colour */ - "black", /* default background colour */ + "coral", + "coral", + "black", /* default foreground colour */ + "ivory", /* default background colour */ };