summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2019-10-06 15:03:11 +0000
committerrafa_99 <rafa99@protonmail.com>2019-10-06 15:03:11 +0000
commit2bf1467298802cf5e8efd8dbb89f4b01c85d7cbb (patch)
tree764145c5fb85af48e80009eb7b4ec189a78ac1e5
parent51cada815c43617c070ce068755d504fbe96218e (diff)
Updated Main Font
-rw-r--r--config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/config.h b/config.h
index 9e16d85..ebf12a6 100644
--- a/config.h
+++ b/config.h
@@ -1,16 +1,14 @@
/* See LICENSE file for copyright and license details. */
static char *fontfallbacks[] = {
- "dejavu sans",
- "roboto",
- "ubuntu",
+ "Ubuntu Mono Nerd Font",
};
#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 */
+ "#FFFFFF", /* foreground color */
+ "#000000", /* background color */
};
static const float linespacing = 1.4;