highlight clear

This commit is contained in:
Michael Chris Lopez
2021-08-25 08:24:10 +08:00
parent f0b6fa423d
commit 0c29df39df

View File

@@ -1,6 +1,12 @@
if exists('g:colors_name')
highlight clear
syntax reset
set t_Co=256
endif
" You probably always want to set this in your vim file
set background=light
let g:colors_name="zenbones"
let g:colors_name = 'zenbones'
"Theme built with Lush.nvim, exported at Tue Aug 24 18:16:17 2021
highlight Type guifg=#5C534F guibg=NONE guisp=NONE gui=NONE