-
Notifications
You must be signed in to change notification settings - Fork 64
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
Vim: improve coloring of keyword completion (fix #33) #62
Conversation
Actually I'm not sure what is responsible for this particular element as it doesn't appear in my vim. I've pushed another commit, can you check whether it changed? |
There is one more completion interface element that I want to color, but I'm not sure what's its name. See comment in #62.
It didn't appear to change anything. It also seems now this doesn't work at all with nvimqt (even in broken form), these two commits I don't think are responsible. Hopefully that will get fixed when we solve #47 and use colortheme. Btw I am using neoclide/coc.nvim there, a fairly standard auto-completion plugin on some python code. |
I tested this with lifepillar/vim-solarized8 (nvim-qt) and the bottom line doesn't appear to be highlighted. |
There is one more completion interface element that I want to color, but I'm not sure what's its name. See comment in #62.
29d7195
to
ffe2637
Compare
Use vim-colortemplate to generate vim theme files in all 4 variants (dark, light, black, white). Styling is almost the same as in previous version of the theme. It also fixes jan-warchol#33 and closes jan-warchol#62 (makes it obsolete).
How do you like this, @dngray @Envielox ?