-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Issue with tmuxline color and vim-airline #117
Comments
The "Nord airline.vim" (1) UI plugin theme now includes better support for the "tmuxline.vim" (2) plugin. Previously text shown in the main segment of the tmuxline, generated via the `:Tmuxline airline` command, caused a `bad colour: NONE` error or has been colorized using `nord0` which resulted in unreadable text due to a `nord3` background. This has been fixed by using `nord5` as foreground color. See GH-11 (3) which has been used as implementation reference that fixed the same incompatibility for the "lightline.vim" (4) plugin. References: (1) https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/airline/themes/nord.vim (2) https://github.com/edkolev/tmuxline.vim (3) #11 (4) https://github.com/itchyny/lightline.vim GH-117
@khoadcao Thanks for your contribution 👍 Sorry for the delay, I've had no free time (job 👨⚕️, study 📖, life 🏋️♂️ etc.) to work on my or any other OSS project (see Tweets 🐦 from April and June), but from the beginning of July I finished my studies and can finally spend time on OSS again 💚 I've implemented the changes from #11 for airline by replacing the used |
@arcticicestudio After some testing, it seems that the patch has fixed the problem. Thank you! Closing it now. |
@khoadcao Thanks for your feedback 👍 I reopened this issue because it'll be closed via automation when the corresponding PR is merged 😄 |
…ne-tmuxline-compatibility Improve compatibility of airline with tmuxline.vim plugin
🚀 Deployed in release version 🏷 0.10.0 |
When using
tmuxline.vim
withnord-vim
invim-airline
, I get this issue everytime I starttmux
:/<my home directory>/.tmux-status.conf:18: bad colour: NONE
After some search around the repo, I found this issue #11, which is exactly the same as mine, but was already fixed for
lightline.vim
.Could this fix be also implemented for
vim-airline
? Thank you!The text was updated successfully, but these errors were encountered: