Closed k1sul1 closed 6 years ago
Works for me:
Have you put the two lines at the end of your .vimrc?
color space-vim-dark
hi Normal ctermbg=NONE guibg=NONE
If you also don't want the line numbers' background,
hi Nomral ctermbg=NONE guibg=NONE
hi LineNr ctermbg=NONE guibg=NONE
Check the verbose of normal highlight:
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!
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.
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:I could probably use an autocommand but surely there's a better way? :slightly_smiling_face: