Skip to content
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

Incorrect parse of italic attribute from vim-airline palette #115

Open
honghaoli42 opened this issue Jun 26, 2020 · 0 comments · May be fixed by #116
Open

Incorrect parse of italic attribute from vim-airline palette #115

honghaoli42 opened this issue Jun 26, 2020 · 0 comments · May be fixed by #116

Comments

@honghaoli42
Copy link

In vim-airline palette the keyword for italic style is 'italic', whereas in tmux the accepted keyword is 'italics'. This will lead to an incorrect parse of the theme (colors) from :Tmuxline or call tmuxline#api#create_theme_from_airline(mode_palette), the color with an 'italic' attribute will be ignored, and a "bad style" error will be emitted by tmux if the corresponding .conf is sourced. I personally use vim-airline but i suppose it's a bug for all sources using 'italic' as keyword.

honghaoli42 added a commit to honghaoli42/tmuxline.vim that referenced this issue Jun 26, 2020
@honghaoli42 honghaoli42 linked a pull request Jun 29, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant