-
Notifications
You must be signed in to change notification settings - Fork 524
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
[Question] How can I change airline background to transparent? #166
Comments
Can you post your Are you using the latest version(s) of both onedark.vim and the airline theme (especially relevant if you happened to install them manually and separately, instead of via a plugin manager?) This could also happen if you are running the theme in 256-color mode and have opted to not set a background color as documented here. Since it looks like you're using Hyper and Hyper doesn't yet have proper truecolor support (though it's very close!), if this is the issue, you should either remove the background override, or use 16-color mode instead. |
@joshdick |
Good to know. Answers to my other questions will help debug your issue. 🙂 Since you're using Alacritty, switching to truecolor mode as documented in the README may also fix the issue. |
Latest versions both |
I've tried to enable tabline transparency with this command: |
What version of Vim are you trying this with? The truecolor config in your In any case, glad you found a workaround that's partially working; to answer your most recent question ("enabling it forever"), adding this to your .vimrc might work (I didn't test it): if (has("autocmd"))
augroup airlinecolors
autocmd!
autocmd ColorScheme * highlight airline_tabfill ctermbg=NONE guibg=NONE
augroup END
endif |
Closing this due to inactivity but feel free to keep the conversation going! |
Can I set background color between sections to transparent?
The text was updated successfully, but these errors were encountered: