vimrc: kitty transparency+space_vim_theme fix

* unset the colorscheme background, just use whatever is set for kitty
* the above allows for termguicolors to be set without issues (at least
  with space_vim_theme)
This commit is contained in:
surtur 2021-05-29 21:18:05 +02:00
parent 5eedc8d2af
commit b6d34d41e1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -477,6 +477,9 @@ set smartcase " ... unless they contain at least one capital let
set noscrollbind
set updatetime=1000
" no background from colorscheme as it messes with background transparency in kitty
autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
set termguicolors
colo space_vim_theme " new fav highlighting
" compensate for lack of theme italics
for s in ["Comment", "Constant", "Include", "Define", "Macro", "Delimiter", "Debug", "Identifier", "Boolean", "markdownItalic"]
@ -488,7 +491,6 @@ set mouse=a " enable mouse in n,v,i,c,h modes
set laststatus=2 " show powerline status bar
set t_Co=256
set notermguicolors
set gfn=Fira\ Code\ weight=450\ 12
set ballooneval " vim8+ popups