Change nvim colorscheme

This commit is contained in:
Victor Timofei 2021-06-21 19:29:05 +03:00
parent 237346d4de
commit b777737c23
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ call plug#end()
"
set t_Co=256 "required for urxvt
set background=dark "dark or light
" colorscheme PaperColor
colorscheme PaperColor
let g:lightline = {
\ 'colorscheme': 'onehalfdark',
@ -47,9 +47,9 @@ let g:lightline = {
set noshowmode
" Clear the background in order to have opacity
hi Normal guibg=NONE ctermbg=NONE
hi clear SignColumn
hi clear LineNr
" hi Normal guibg=NONE ctermbg=NONE
" hi clear SignColumn
" hi clear LineNr
" settings
"