dotwryn/vim/color.vim

13 lines
378 B
VimL
Raw Normal View History

set termguicolors
2019-11-01 18:29:55 +00:00
let &t_8f="\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b="\<Esc>[48;2;%lu;%lu;%lum"
2019-12-20 19:48:53 +00:00
set t_Co=256
2022-08-17 06:50:05 +00:00
silent! colorscheme dim
2022-08-09 23:56:06 +00:00
highlight Normal guibg=NONE ctermbg=NONE
highlight SpellBad guibg=NONE guifg=red ctermbg=NONE ctermfg=red
highlight LineNr guibg=NONE guifg=purple ctermbg=NONE ctermfg=yellow
highlight SignColumn guibg=NONE ctermbg=NONE