dotwryn/vim/color.vim

9 lines
255 B
VimL
Raw Normal View History

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