Nord theme
This commit is contained in:
parent
3b0e9ae607
commit
0a30ccce70
8
config.h
8
config.h
@ -2,15 +2,15 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
static char *fontfallbacks[] = {
|
||||
"mono",
|
||||
"JoyPixels",
|
||||
(char *)"mono",
|
||||
(char *)"JoyPixels",
|
||||
};
|
||||
#define NUMFONTSCALES 42
|
||||
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
|
||||
|
||||
static const char *colors[] = {
|
||||
"#000000", /* foreground color */
|
||||
"#FFFFFF", /* background color */
|
||||
"#eceff4", /* foreground color */
|
||||
"#2e3440", /* background color */
|
||||
};
|
||||
|
||||
static const float linespacing = 1.4;
|
||||
|
Loading…
Reference in New Issue
Block a user