-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Use separate color for syntax elements and comments #29
Comments
Hmm, I don't use inlay hints but looking at this example https://github.com/simrat39/rust-tools.nvim#expand-macros-recursively it appears Dracula is also using the same colour for both comments and inlay hints. After browsing Dracula's code I don't see them setting anything specific for the inlay hints so I'm not sure if that's changeable, unfortunately. If you do end up finding a highlight group for only the inlay hints I'll be happy to revisit making them different colours 😌 |
And I suppose, not using comment color for syntax elements like parentheses, dots etc. is out of question? |
I went ahead and made some colours overridable via Hope this helps! |
Absolutely! Thanks for the quick response and great theme. |
At the moment the color scheme uses the same color as for comments which is also used for inlay hints. This makes longer combinator chains in Rust really hard to read:
Ideally there would be separate colors for syntactical elements and comments to better differentiate them.
The text was updated successfully, but these errors were encountered: