nordtheme.vim/autoload/airline
Arctic Ice Studio 18add4e7ae Improve compatibility of airline theme with tmuxline.vim theme
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) https://github.com/arcticicestudio/nord-vim/issues/11
  (4) https://github.com/itchyny/lightline.vim

GH-117
2018-06-24 20:39:10 +02:00
..
themes Improve compatibility of airline theme with tmuxline.vim theme 2018-06-24 20:39:10 +02:00