dotwryn/vim/color.vim

10 lines
239 B
VimL
Raw Normal View History

2020-09-10 19:38:42 +00:00
silent! colorscheme $COLORSCHEME
2019-11-01 12:29:55 -06:00
2019-12-20 12:48:53 -07:00
set t_Co=256
2019-11-01 12:29:55 -06:00
" transparent background
highlight Normal guibg=NONE ctermbg=NONE
highlight SpellBad ctermbg=NONE ctermfg=red
2021-03-03 12:29:54 -07:00
highlight LineNr ctermfg=yellow
2021-08-23 16:36:56 -06:00
highlight SignColumn guibg=NONE ctermbg=NONE