Transparency
k1sul1 opened this issue · 3 comments
k1sul1 commented
What's the recommended way of making the background transparent in this theme?
I can run run hi Normal ctermbg=NONE guibg=NONE
after starting Vim to remove most of the background (the line numbers still have a solid background), but it does nothing in my .vimrc:
colorscheme space-vim-dark
hi Normal ctermbg=NONE guibg=NONE
hi MatchParen cterm=underline ctermbg=NONE
I could probably use an autocommand but surely there's a better way? 🙂
liuchengxu commented
k1sul1 commented
I had the lines in my config, but they were not the last, apparently some plugin must've overwritten them.
Lighting fast answer, thanks for that!
WillyWonksters commented
FWIW: The above instructions didn't work for me, but it did work when I added "hi Normal ctermbg=NONE guibg=NONE" to the end of my ~/.SpaceVim/main.vim file.