Nord theme

This commit is contained in:
Lucien Cartier-Tilet 2021-01-28 11:23:51 +01:00
parent 3b0e9ae607
commit 0a30ccce70
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 4 deletions

View File

@ -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;