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