diff --git a/dot_vim/vimrc.d/30-style.vim b/dot_vim/vimrc.d/30-style.vim index 6e07ad7..7858012 100644 --- a/dot_vim/vimrc.d/30-style.vim +++ b/dot_vim/vimrc.d/30-style.vim @@ -1,9 +1,9 @@ set guifont=FuraCode\ Nerd\ Font\ 11 " set up the color scheme -colorscheme gruvbox " cool color scheme +colorscheme gruvbox :let g:airline_theme='gruvbox' -":set background=dark +:set background=dark " make background in vim transparent highlight Normal ctermfg=none ctermbg=none let g:gruvbox_contrast_dark = 'hard'