From 2ec38734a19cdded70afade0336c8c8fd38bdf03 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 17 Aug 2022 01:06:01 -0600 Subject: [PATCH] adjustment to colorscheme; add default colorscheme for when dim fails on kitty :c --- colorschemes/main.conf | 2 +- vim/color.vim | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/colorschemes/main.conf b/colorschemes/main.conf index 4db3367..02e49c4 100644 --- a/colorschemes/main.conf +++ b/colorschemes/main.conf @@ -3,7 +3,7 @@ background #000505 selection_foreground #441580 selection_background #01B282 cursor #e0d0ff -color0 #212132 +color0 #000505 color8 #424253 color1 #c80064 color9 #640032 diff --git a/vim/color.vim b/vim/color.vim index 890d3a2..1e236a0 100644 --- a/vim/color.vim +++ b/vim/color.vim @@ -1,9 +1,10 @@ set termguicolors -let &t_8f="\[38;2;%lu;%lu;%lum" -let &t_8b="\[48;2;%lu;%lu;%lum" +let &t_8f="\[38:2:%lu:%lu:%lum" +let &t_8b="\[48:2:%lu:%lu:%lum" set t_Co=256 +colorscheme default silent! colorscheme dim highlight Normal guibg=NONE ctermbg=NONE