From 5ebfbcd763af62d65f6c78bd0fe059c342fe8c4f Mon Sep 17 00:00:00 2001 From: stefen auris Date: Fri, 23 Feb 2024 01:22:16 -0500 Subject: [PATCH] set default theme to solarized --- config/.SpaceVim.d/init.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/.SpaceVim.d/init.toml b/config/.SpaceVim.d/init.toml index 9550a46..c057ec3 100644 --- a/config/.SpaceVim.d/init.toml +++ b/config/.SpaceVim.d/init.toml @@ -11,7 +11,7 @@ # set spacevim theme. by default colorscheme layer is not loaded, # if you want to use more colorscheme, please load the colorscheme # layer - colorscheme = "gruvbox" + colorscheme = "NeoSolarized" colorscheme_bg = "dark" # Disable guicolors in basic mode, many terminal do not support 24bit # true colors @@ -41,3 +41,6 @@ name = 'git' [[layers]] name = "lang#sh" name = "lang#python" + +[[layers]] + name = "colorscheme"