diff options
author | stefan <stefan@s00.xyz> | 2023-05-01 21:28:11 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-05-01 21:28:11 -0400 |
commit | db25a83fb4a480127a5b20abc67167730fb8fa95 (patch) | |
tree | 35b996adb5a4a0ef71caa0751ca58064b40ff25a /config.def.h | |
parent | 27d9a559386cb025e6f5a621fd7f6a3f678f3cd8 (diff) | |
download | st-db25a83fb4a480127a5b20abc67167730fb8fa95.tar.gz |
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
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 |