adjustment to colorscheme; add default colorscheme for when dim fails on kitty :c

This commit is contained in:
Wryn (yage) Wagner 2022-08-17 01:06:01 -06:00
parent a6b96fd737
commit 2ec38734a1
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ background #000505
selection_foreground #441580
selection_background #01B282
cursor #e0d0ff
color0 #212132
color0 #000505
color8 #424253
color1 #c80064
color9 #640032

View File

@ -1,9 +1,10 @@
set termguicolors
let &t_8f="\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b="\<Esc>[48;2;%lu;%lu;%lum"
let &t_8f="\<Esc>[38:2:%lu:%lu:%lum"
let &t_8b="\<Esc>[48:2:%lu:%lu:%lum"
set t_Co=256
colorscheme default
silent! colorscheme dim
highlight Normal guibg=NONE ctermbg=NONE