mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: improve color handling
This commit is contained in:
parent
14be7945e1
commit
d8461c69fc
|
@ -5,11 +5,15 @@ source $DOTFILES/vim/plugs.vim
|
|||
set encoding=utf-8
|
||||
scriptencoding utf-8
|
||||
|
||||
" Style
|
||||
"" Style
|
||||
" enable truecolor mode
|
||||
set termguicolors
|
||||
set background=dark
|
||||
let g:gruvbox_contrast_dark='hard'
|
||||
let g:gruvbox_sign_column='bg0'
|
||||
|
||||
" Show some gui colors in term
|
||||
let g:gruvbox_guisp_fallback='bg'
|
||||
colorscheme gruvbox
|
||||
" enable truecolor support
|
||||
set termguicolors
|
||||
|
|
Loading…
Reference in New Issue
Block a user