2022-08-17 07:06:01 +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 07:06:01 +00:00
|
|
|
colorscheme default
|
2022-08-17 06:50:05 +00:00
|
|
|
silent! colorscheme dim
|
2022-08-17 06:46:55 +00:00
|
|
|
|
2022-08-17 18:17:00 +00:00
|
|
|
highlight Normal guibg=NONE ctermbg=NONE
|
|
|
|
highlight SignColumn guibg=NONE ctermbg=NONE
|
|
|
|
highlight SpellBad guibg=NONE ctermbg=NONE ctermfg=red
|
|
|
|
highlight LineNr guibg=NONE ctermbg=NONE ctermfg=darkmagenta
|
|
|
|
|
|
|
|
highlight TabLineFill guibg=NONE ctermbg=NONE ctermfg=magenta
|
|
|
|
highlight TabLine guibg=NONE ctermbg=NONE ctermfg=darkgray
|
|
|
|
highlight TabLineSel guibg=NONE ctermbg=NONE ctermfg=white term=bold
|