set default theme to solarized
This commit is contained in:
parent
b95d911a40
commit
5ebfbcd763
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
# set spacevim theme. by default colorscheme layer is not loaded,
|
# set spacevim theme. by default colorscheme layer is not loaded,
|
||||||
# if you want to use more colorscheme, please load the colorscheme
|
# if you want to use more colorscheme, please load the colorscheme
|
||||||
# layer
|
# layer
|
||||||
colorscheme = "gruvbox"
|
colorscheme = "NeoSolarized"
|
||||||
colorscheme_bg = "dark"
|
colorscheme_bg = "dark"
|
||||||
# Disable guicolors in basic mode, many terminal do not support 24bit
|
# Disable guicolors in basic mode, many terminal do not support 24bit
|
||||||
# true colors
|
# true colors
|
||||||
|
@ -41,3 +41,6 @@ name = 'git'
|
||||||
[[layers]]
|
[[layers]]
|
||||||
name = "lang#sh"
|
name = "lang#sh"
|
||||||
name = "lang#python"
|
name = "lang#python"
|
||||||
|
|
||||||
|
[[layers]]
|
||||||
|
name = "colorscheme"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue