From 2bf1467298802cf5e8efd8dbb89f4b01c85d7cbb Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Sun, 6 Oct 2019 15:03:11 +0000 Subject: Updated Main Font --- config.h | 8 +++----- 1 file 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; -- cgit v1.2.3