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. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
|
|
||||||
static char *fontfallbacks[] = {
|
static char *fontfallbacks[] = {
|
||||||
"mono",
|
(char *)"mono",
|
||||||
"JoyPixels",
|
(char *)"JoyPixels",
|
||||||
};
|
};
|
||||||
#define NUMFONTSCALES 42
|
#define NUMFONTSCALES 42
|
||||||
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
|
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
|
||||||
|
|
||||||
static const char *colors[] = {
|
static const char *colors[] = {
|
||||||
"#000000", /* foreground color */
|
"#eceff4", /* foreground color */
|
||||||
"#FFFFFF", /* background color */
|
"#2e3440", /* background color */
|
||||||
};
|
};
|
||||||
|
|
||||||
static const float linespacing = 1.4;
|
static const float linespacing = 1.4;
|
||||||
|
Loading…
Reference in New Issue
Block a user