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
*/
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;
/*
@ -118,10 +118,10 @@ static const char *colorname[] = {
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
"#cccccc",
"#555555",
"gray90", /* default foreground colour */
"black", /* default background colour */
"#ffc000", // cursor
"#000000", // reverse cursor
"#ffc000", // default foreground colour
"black", // default background colour
};