badwolf
badwolf copied to clipboard
Request: Please add an option to use this with a transparent background.
I really like this color theme for vim, but I use a terminal with a custom background and when using your theme it seems that it wants to add your own background.
It would be great if the color theme provides a transparent background. Or at least as an option, since not all terminals have a dark background.
But, though it may not be a perfect solution, you could also just create some auto commands, which adapt the desired highlighting groups: https://github.com/henry4k/dotfiles/blob/master/vim/main.vim#L291
Support for transparent backgrounds would be hugely appreciated (I use urxvt and it hides my transparency).
~D
upvote this
I see the last upvote is 2018. Is this still wanted or needed? I added the following line to the end of badwolf.vim and it seemed to have the desired effect (my terminal background was still visible instead of being replaced by a solid color). Not sure if this will help anyone but I thought I'd post it here just in case.
hi Normal guibg=NONE ctermbg=NONE