-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transparent background #50
Comments
Not from Vim... that's a terminal feature. |
Yes, but this color scheme overrides the terminal background with ctermbg. |
The way to override colorscheme settings is to |
This worked for me with a transparent rxvt terminal. Make sure to add it after your colorscheme molokai and you shouldn't have to modify the color file at all. If you want to toggle it within vim, wrap it in a vim function. hi Normal ctermbg=none |
I proposed a PR a few years back to the same effect: #41 |
Here's my example if you're interested jgrar/dotfiles@3204e17 There's an example screenshot at the bottom. |
@jgrar, thanks, I'll give it a shot. |
Is there a way to make the background transparent (use the terminal's background)?
set transparency=15 "only works in MacVim
The text was updated successfully, but these errors were encountered: