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

neovim full color support #10

Open
mortenbh opened this issue Oct 11, 2016 · 0 comments
Open

neovim full color support #10

mortenbh opened this issue Oct 11, 2016 · 0 comments

Comments

@mortenbh
Copy link

Instead of

if has("gui_running")
https://github.com/ciaranm/inkpot/blob/master/colors/inkpot.vim#L49

maybe consider something like

if has("gui_running") || &t_Co == 88 || &t_Co == 256
https://github.com/nanotech/jellybeans.vim/blob/master/colors/jellybeans.vim#L60

so that neovim in full color mode can use the GUI colors as well?

Thanks!

chiuczek added a commit to chiuczek/inkpot that referenced this issue Apr 18, 2017
davidstelter added a commit to davidstelter/inkpot that referenced this issue Dec 12, 2021
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