-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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, cursor_column background and selection background options #287
base: master
Are you sure you want to change the base?
Conversation
@morhetz could you please take a look? i'm using this branch a while to get the transparent background and from my point of view, it looks good! |
Working perfectly for me now! |
Thanks, Glad it helped. |
So, are you going to merge it? |
This is a great idea, although unfortunately this fails for me in both nvim-qt and gvim in windows (background becomes a solid colour dictated by |
You may want to submit this PR to https://github.com/gruvbox-community/gruvbox |
Thanks, @Dave-Elec ! This worked for me in nvim. |
@saragiotto Try putting Sorry, I don't use gruvbox anymore (currently using gruvbox-material) so I can't test it. |
I also had the same issue with I answered this on stack over flow - https://stackoverflow.com/a/67569365/14526555. copy-pasting from there. " Workaround for creating transparent bg
autocmd SourcePost * highlight Normal ctermbg=NONE guibg=NONE
\ | highlight LineNr ctermbg=NONE guibg=NONE
\ | highlight SignColumn ctermbg=NONE guibg=NONE People on internet has similar thing with Final Results on iterm see this - https://github.com/kalkayan/dotfiles for more info. |
Totally worked for making gruvbox transparent |
Added transparent background which can be set by
Added cursor_column background option which can be set by
Added selection background option which can be set by