2022-08-17 06:46:55 +00:00
|
|
|
set termguicolors
|
2019-11-01 18:29:55 +00:00
|
|
|
|
2022-08-17 06:46: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
|
2020-09-10 16:44:34 +00:00
|
|
|
|
2022-08-17 06:50:05 +00:00
|
|
|
silent! colorscheme dim
|
2022-08-17 06:46:55 +00:00
|
|
|
|
2022-08-09 23:56:06 +00:00
|
|
|
highlight Normal guibg=NONE ctermbg=NONE
|
2022-08-17 06:46:55 +00:00
|
|
|
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
|