You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
honghaoli42
added a commit
to honghaoli42/tmuxline.vim
that referenced
this issue
Jun 26, 2020
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
orcall 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.The text was updated successfully, but these errors were encountered: