Changed theme to gruvbox.

This commit is contained in:
Sheldon Lee 2022-07-01 01:52:07 +08:00
parent ed129d890a
commit 76447088c6

View File

@ -25,9 +25,11 @@ set smartcase
set inccommand=split
" theme
set termguicolors
set background=dark
colorscheme solarized8
"set termguicolors
"set background=dark
"colorscheme solarized8
autocmd vimenter * ++nested colorscheme gruvbox
" transparancy for background
"hi Normal guibg=NONE ctermbg=NONE
@ -38,4 +40,5 @@ set fileencoding=utf8
" plugins
call plug#begin('~/.local/share/nvim/site/plugged')
Plug 'lervag/vimtex'
Plug 'morhetz/gruvbox'
call plug#end()