Colors and font size adjusted

This commit is contained in:
Jarkko Toivanen 2024-07-13 21:24:16 +03:00
parent a99985033e
commit a0b230f4be

View file

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