-
Notifications
You must be signed in to change notification settings - Fork 100
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
Affecting other colorschemes #7
Comments
Hi, cbaumhardt, thanks for help. Check for more infomation about this bug at altercation/solarized#102 If you change your colorscheme frequently, the vim-colorscheme-switcher plugin is highly recommended to avoid this issue. |
Thanks for your quick answer. The interesting thing to me is that this bug seems to just happen with the |
Words like And words in group 'vimCommand' are highlighted same color as 'Statement' by Solarized specify a color(yellow) for the 'vimCommand' group, so their color are different with 'Statement' group. Onedark or tender doesn't specify color for 'vimCommand' group, words in 'vimCommand' highlight group will render as nohighlight when you switch from solarized/NeoSolarized to onedark/tender/other-colorscheme. As tpope said at altercation/solarized#102
Yes, this issue can fixed simply, just delete lines in |
Thanks for clarification, I misunderstood something the first time I read the linked post. I am now using xolox/vim-colorscheme-switcher as you suggested and no longer experience any problems with NeoSolarized. |
I am using NVIM v0.2.0-45-g7666b49 inside tmux 2.3 in gnome-terminal on Debian Jessie, all of which are properly setup to display true color. I am using three 24 bit colorschemes and want to be able to switch between them:
However, as soon as I use the NeoSolarized colorscheme once - whether I set it in my init.vim or via
:colorscheme NeoSolarized
makes no difference - the other two colorschemes no longer look as they did before when I reactivate them with:colo tender
or:colo onedark
. Some words that used to be highlighted with color before are no longer highlighted with a color. This happens only when I use the NeoSolarized colorscheme - between the other two I can switch without any problems.Steps to reproduce:
(2.1 Run
:colo onedark
. They are still all colored.)(2.2 Run
:colo tender
. Still colored.):colo NeoSolarized
. They are still colored.:colo tender
or:colo onedark
. The words call, set and colorscheme in init.vim are no longer colored.Alternative way to reproduce:
Take the init.vim given above an replace the last line (
colorscheme tender
) withcolorscheme NeoSolarized
. Run:colo tender
or:colo onedark
. The words call, set and colorscheme in init.vim are no longer colored.The text was updated successfully, but these errors were encountered: