-
Notifications
You must be signed in to change notification settings - Fork 198
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
No transparent background #101
Comments
same here 👋 |
Hey @tommady, I put this in my rc file. It doesn't work 100% perfectly but good enough:
It's somewhere burred deep in the customization documentation. I consider it rather hacky, especially seeing that I neded it as both autocmd and then invocation right after setting the color scheme. |
That configuration is for other colorscheme, |
A more accurate hack, using vim-one functions, would be to add in your if has('autocmd') && !has('gui_running')
augroup colorset
autocmd!
autocmd ColorScheme one silent!
\ call one#highlight('Normal', '', 'none', '')
augroup END
endif |
I'm using transparency with my terminal emulator. Using one sets a solid, opaque background. How do I change that?
The text was updated successfully, but these errors were encountered: