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

Separate theming for inline-diagnostics and diagnostics underlines #11864

Open
carrascomj opened this issue Oct 10, 2024 · 0 comments
Open

Separate theming for inline-diagnostics and diagnostics underlines #11864

carrascomj opened this issue Oct 10, 2024 · 0 comments
Labels
C-enhancement Category: Improvements

Comments

@carrascomj
Copy link

As a user, I'd like to have separate theming for diagnostic underlines and inline diagnostics messages.
I can implemented it myself if this is desired. I could not find it in the issues, but I am positive it was mentioned in the Inline Diagnostics PR.

Desired state

The diagnostics are separated from the text (dimmed) while the underlines are easy to spot. I guess the character separator also improves separation. Screenshot of my neovim setup:

image

Current state

If you dim the diagnostics, the underlines are not clear.

image

If you don't dim the diagnostics, the messages become difficult to differentiate from the code. Notice that the diagnostics messages are closer (2 characters) than the ones in neovim (5). I am not a UX expert, someone else should decide which one is better.

image

@carrascomj carrascomj added the C-enhancement Category: Improvements label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

1 participant