diff options
author | stefan <stefan@s00.xyz> | 2023-04-30 15:52:26 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-30 15:52:26 -0400 |
commit | 27d9a559386cb025e6f5a621fd7f6a3f678f3cd8 (patch) | |
tree | e9a5f4013975bfbf85beefc42619b94263e6f8e8 /config.def.h | |
parent | aa975def33e14a19ebce25731f0051f5d27c6123 (diff) | |
download | st-27d9a559386cb025e6f5a621fd7f6a3f678f3cd8.tar.gz |
colorschemes n stuff
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 95f8b79..2b5331e 100644 --- a/config.def.h +++ b/config.def.h @@ -106,7 +106,7 @@ char *termname = "xterm-256color"; unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ -#include "base16-google-light.h" +#include "base16-gruvbox-dark-hard.h" /* * Default shape of cursor |