-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Italics not reset for diagnostics text #2856
Comments
Seems like this has a problem: it strips all styling including the document background color, leaving a black background on the diagnostic. |
@sbromberger ☝️ It looks like we'll either want to merge in the background from whatever scope in the theme is providing it ( |
oh, crud. Sorry about that. (My background is black so I didn't notice.) Let me see what I can do. |
please test #2900. Thanks. |
Summary
When language server diagnostic summary text is rendered on the screen in a spot where the file's text is italicized due to syntax highlighting, the diagnostic text is also italicized.
This screenshot demonstrates the issue:
The words "not enough" in the diagnostics text are italicized, but the rest of the line isn't.
Reproduction Steps
I tried this:
hx <filename>
(with language server active)config.toml
:themes/base16_terminal_kitty.toml
:I expected this to happen:
Instead, this happened:
Helix log
N/A
Platform
Linux
Terminal Emulator
kitty 0.25.1
Helix Version
22.05-55-gd7bd4416
The text was updated successfully, but these errors were encountered: