diff options
author | rafa_99 <rafa99@protonmail.com> | 2019-10-06 15:03:11 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2019-10-06 15:03:11 +0000 |
commit | 2bf1467298802cf5e8efd8dbb89f4b01c85d7cbb (patch) | |
tree | 764145c5fb85af48e80009eb7b4ec189a78ac1e5 /config.h | |
parent | 51cada815c43617c070ce068755d504fbe96218e (diff) |
Updated Main Font
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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; |