From 02d04477c1fc35a22394d6dff6a5500011eb5979 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 17 Aug 2022 12:17:00 -0600 Subject: [PATCH] nope truecolor sucks with kitty-term... consider switching off kitty? --- colorschemes/kitty.alternate | 2 +- vim/color.vim | 14 ++++++++------ vim/rc.vim | 3 +++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/colorschemes/kitty.alternate b/colorschemes/kitty.alternate index 5af8d9f..5a751fe 120000 --- a/colorschemes/kitty.alternate +++ b/colorschemes/kitty.alternate @@ -1 +1 @@ -/home/w0ryn/.wryn/colorschemes/spring.conf \ No newline at end of file +/home/w0ryn/.wryn/colorschemes/autumn.conf \ No newline at end of file diff --git a/vim/color.vim b/vim/color.vim index 1e236a0..35ad1b6 100644 --- a/vim/color.vim +++ b/vim/color.vim @@ -1,5 +1,3 @@ -set termguicolors - let &t_8f="\[38:2:%lu:%lu:%lum" let &t_8b="\[48:2:%lu:%lu:%lum" set t_Co=256 @@ -7,7 +5,11 @@ set t_Co=256 colorscheme default silent! colorscheme dim -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 +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 diff --git a/vim/rc.vim b/vim/rc.vim index 9a10dc3..064a7c9 100644 --- a/vim/rc.vim +++ b/vim/rc.vim @@ -72,6 +72,9 @@ vnoremap c :w !xclip nnoremap v o!!xclip -o nnoremap sc :'<,'>w !xclip +" enable/disable true color +nnoremap :set invtermguicolors + " --- available / rarely used bindings (personal reference) --- " nnoremap