vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.05k stars 350 forks source link

Powerline symbols for badwolf theme in GUI mode are all white #99

Closed s0ph0s-2 closed 7 years ago

s0ph0s-2 commented 7 years ago

I'd like to use VimR as my default neovim interface. However, when using the badwolf theme, all of the powerline 'arrow' symbols are white, which is not the case when running neovim in a terminal. The issue is pictured below (VimR is on top, exhibiting the incorrect colors, iTerm 2 is on the bottom, showing the proper behavior).

powerline-error

chrisbra commented 7 years ago

is this another issue with :echo has("gui_running")?

s0ph0s-2 commented 7 years ago

Hmm. I thought I investigated that and determined that it was not. However, I just checked again, and both :echo has("gui") and :echo has("gui_running") both report 0. That indicates to me that this is not, in fact, an issue with vim-airline-themes, but instead should be raised on VimR's issue tracker. Sorry about the extraneous issue!