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

fix: Match C source highlighting to VSCode #227

Merged
merged 1 commit into from
Jan 28, 2024
Merged

Conversation

tristan957
Copy link
Contributor

The theme was missing quite a few things to make it match VSCode.

VSCode:
image

Neovim:
image

I can't do anything about the LOG line just yet. The tree-sitter grammar isn't detailed enough and clangd doesn't seems to provide good tokens here.

@tristan957
Copy link
Contributor Author

Looking at these screenshots, it seems like the background in Neovim needs to become darker. Also, what you see is the vivid variant.

lua/onedarkpro/highlights/filetypes/printf.lua Outdated Show resolved Hide resolved
lua/onedarkpro/config.lua Outdated Show resolved Hide resolved
@olimorris
Copy link
Owner

Looking at these screenshots, it seems like the background in Neovim needs to become darker. Also, what you see is the vivid variant.

I think it's how they're rendered in the terminal and VS code itself; VSCode background verses Neovim background.

The theme was missing quite a few things to make it match VSCode.
@olimorris olimorris merged commit fbc2c27 into olimorris:main Jan 28, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants