summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2023-05-01 21:28:11 -0400
committerstefan <stefan@s00.xyz>2023-05-01 21:28:11 -0400
commitdb25a83fb4a480127a5b20abc67167730fb8fa95 (patch)
tree35b996adb5a4a0ef71caa0751ca58064b40ff25a /config.def.h
parent27d9a559386cb025e6f5a621fd7f6a3f678f3cd8 (diff)
downloadst-main.tar.gz
this looks somewhat okay on good and bad displaysHEADmain
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 2b5331e..ad2971e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "RobotoMono Nerd Font:pixelsize=15:antialias=true:autohint=true";
+static char *font = "fixed:pixelsize=15:antialias=true:autohint=true";
static int borderpx = 5;
/*
@@ -106,7 +106,7 @@ char *termname = "xterm-256color";
unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
-#include "base16-gruvbox-dark-hard.h"
+#include "base16-gruvbox-medium.h"
/*
* Default shape of cursor
© 2025 Stefan Weigl-Bosker