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

Doesn't load properly when using true color in Neovim #27

Closed
lithammer opened this issue Mar 22, 2015 · 1 comment
Closed

Doesn't load properly when using true color in Neovim #27

lithammer opened this issue Mar 22, 2015 · 1 comment

Comments

@lithammer
Copy link
Contributor

So true color support recently landed in Neovim neovim/neovim#2198. But it seems like hybrid gets a bit confused by this (see screenshot).

screen shot 2015-03-22 at 17 59 10

It get solved by reloading the colorscheme though, or defining the gui* values.

screen shot 2015-03-22 at 17 58 52

I guess there's two ways to approach this:

  • Treat $NVIM_TUI_ENABLE_TRUE_COLOR && has("nvim") as has("gui_running").
  • Always define both "vmodes" (gui and cterm).
@lithammer
Copy link
Contributor Author

Fixed by #30

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

No branches or pull requests

1 participant