Nord theme
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user