-
Notifications
You must be signed in to change notification settings - Fork 455
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 colors don't seem right, cursorline too dark #101
Comments
To clarify, the bottom is VSCode and the top is NeoVIM. |
@Lightn1ngStr1ke It's your lucky day. I maintain both the VSCode Dracula and the Vim Dracula theme 😝 Unfortunately, the issues you're pointing out are issues/limitations with syntax implementations across the editors. VSCode's syntax (which is a derivative of textmate) is much more robust than the syntax that Vim provides. So, because of that, syntax definitions are able to get much more detailed. Speaking specifically to the discrepancies you've pointed out:
Some other notes:
|
@dsifford Thanks so much for all the information and help! I just wanted to confirm that nothing was wrong - the colors in vim seem to work well enough. Any ideas about the cursorline issue? It seems to work with termguicolors in iTerm, but no dice on rxvt-unicode. |
May I ask what terminal emulator you use on Linux that it works under? |
|
I'm going to close this since I'm not sure there's any way to make forward progress at the moment. Feel free to reopen if something changes that makes it easier to bring VS Code/vim into alignment. |
What happened
When compared to dracula running in Visual Studio Code, the colors are completely off, plus the cursorline isn't right either.
Screenshot:
What I expected to happen
Since it's the same color scheme it should look the same or at least fairly similar in different editors
Machine Info
vim
/gvim
/neovim
): neovim, same issue in vimTERM
environment variable: rxvt-unicode-256colorI know this is my second opened issue today, but no matter which settings I change I can't seem to get it right. here's my init.vim:
The text was updated successfully, but these errors were encountered: