mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-25 00:38:38 -05:00
Switched vim theme to gruvbox-material
This commit is contained in:
parent
f30c6cbdd9
commit
16e090671c
@ -7,5 +7,8 @@ function! guifont#setfont () abort
|
|||||||
\ 'args': ['-q', '-'],
|
\ 'args': ['-q', '-'],
|
||||||
\ }
|
\ }
|
||||||
let g:neoformat_enabled_python = ['black']
|
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
|
endfunction
|
||||||
|
@ -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 = "gruvbox-material"
|
||||||
background = "dark"
|
background = "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
|
||||||
@ -95,3 +95,7 @@ name = "https://tildegit.org/sloum/gemini-vim-syntax"
|
|||||||
[[custom_plugins]]
|
[[custom_plugins]]
|
||||||
name = "habamax/vim-godot"
|
name = "habamax/vim-godot"
|
||||||
|
|
||||||
|
[[custom_plugins]]
|
||||||
|
repo = "sainnhe/gruvbox-material"
|
||||||
|
merged = 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user