Updated colorscheme.

This commit is contained in:
sheldonmlee 2021-11-10 02:39:39 +08:00
parent ad3e3f94af
commit ad23ee41b4

View File

@ -22,11 +22,17 @@ set smartcase
set inccommand=split set inccommand=split
" theme " theme
set termguicolors
set background=dark set background=dark
colorscheme solarized colorscheme solarized8
" transparancy for background " transparancy for background
"hi Normal guibg=NONE ctermbg=NONE "hi Normal guibg=NONE ctermbg=NONE
" utf-8 encoding " utf-8 encoding
set encoding=utf8 set encoding=utf8
set fileencoding=utf8 set fileencoding=utf8
" plugins
call plug#begin('~/.local/share/nvim/site/plugged')
Plug 'lervag/vimtex'
call plug#end()