Colors and font size adjusted
This commit is contained in:
parent
a99985033e
commit
a0b230f4be
1 changed files with 5 additions and 5 deletions
10
config.h
10
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 = "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
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue