Switched vim theme to gruvbox-material

This commit is contained in:
Rain Clark 2022-04-23 01:40:05 -04:00
parent f30c6cbdd9
commit 16e090671c
2 changed files with 10 additions and 3 deletions

View File

@ -7,5 +7,8 @@ function! guifont#setfont () abort
\ 'args': ['-q', '-'],
\ }
let g:neoformat_enabled_python = ['black']
let g:gruvbox_material_palette = 'material'
let g:gruvbox_material_enable_bold = 1
let g:gruvbox_material_enable_italic = 1
let g:g:gruvbox_material_ui_contrast = 'high'
endfunction

View File

@ -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 = "gruvbox-material"
background = "dark"
# Disable guicolors in basic mode, many terminal do not support 24bit
# true colors
@ -95,3 +95,7 @@ name = "https://tildegit.org/sloum/gemini-vim-syntax"
[[custom_plugins]]
name = "habamax/vim-godot"
[[custom_plugins]]
repo = "sainnhe/gruvbox-material"
merged = 0