-
Notifications
You must be signed in to change notification settings - Fork 164
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
Lsp Diagnostic colors configurable from user setup #77
base: master
Are you sure you want to change the base?
Conversation
Why not using custom highlights? |
Hey @xeluxee! I do use custom highlights, they are great! Here are the ones I have set up so far:
What this pull request is for, is letting users customize the colors of the Diagnostic hints, errors, warn, and info messages that get drawn. Like the color of the "H" that gets drawn on the left and the accompanying virtual text message that gets drawn on that line. Is there a way to customize those colors in this |
You can change But I agree with you that customizing diagnostics colors should be easier to use, otherwise one should edit three highlight faces to change a single color |
I see, thank you @xeluxee! Do you not want this PR then? And tell me this, where can I find out all the available highlight groups? I'm new to treesitter and treesitter color themes. I was on Josh Dick's One Dark theme before I added treesitter, and I liked this theme the best of the treesitter compatible neovim One Dark themes. I was adding my above highlight colors by placing my cursor over something I wanted to change the color of, and running Thanks for your help! |
I think it's a good idea but it needs better integration with
If you're looking for plugin-specific highlights see their documentation or readme. If you're looking for diagnostic highlights see |
Ok, thank you @xeluxee! Sounds good, just let me know what to change with this or if you guys would rather change this PR yourself or what you want to do 👍🏼 |
@navarasu I love your work on this theme!
I'd like you to merge in this Pull Request to allow users to configure the Lsp Diagnostic colors from their .vimrc or lua init files.
For example, in my .vimrc I want to do this with your theme:
To get that nice cyan to show up for me as hints. Other users may want to configure their error, hint, warn, or info colors as well.
This pull request allows that user customization with your theme!