diff options
author | stefan <stefan@s00.xyz> | 2023-04-17 12:47:22 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-17 12:47:22 -0400 |
commit | aa975def33e14a19ebce25731f0051f5d27c6123 (patch) | |
tree | 380a959c2ca3f657c8799583d598b9a44693e2a6 /config.def.h | |
parent | 644a54d987f75dc9036904c4f1ef320fe7fdec7d (diff) | |
download | st-aa975def33e14a19ebce25731f0051f5d27c6123.tar.gz |
stuff and things
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 5f65527..95f8b79 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 = "Iosevka NF:size=15:antialias=true:autohint=true"; +static char *font = "RobotoMono Nerd Font: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-default-dark.h" +#include "base16-google-light.h" /* * Default shape of cursor |