badwolf icon indicating copy to clipboard operation
badwolf copied to clipboard

Request: Please add an option to use this with a transparent background.

Open NanoAi opened this issue 11 years ago • 4 comments
trafficstars

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.

NanoAi avatar Nov 18 '14 04:11 NanoAi

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

henry4k avatar Dec 17 '14 15:12 henry4k

Support for transparent backgrounds would be hugely appreciated (I use urxvt and it hides my transparency).

~D

Diapente avatar Nov 08 '16 00:11 Diapente

upvote this

artslob avatar Jul 17 '18 19:07 artslob

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

JCBrown602 avatar Feb 27 '21 03:02 JCBrown602