diff options
author | Michael Davis | 2024-03-02 04:37:11 +0000 |
---|---|---|
committer | GitHub | 2024-03-02 04:37:11 +0000 |
commit | 5ca6a448e9b66f4f5b4caa7cd173252d0a78f92d (patch) | |
tree | a54d58501fe130c90542f4cd1adf96c4ae927b35 /theme.toml | |
parent | 1d6db30acf91ec1041e014650bf263defdc3feee (diff) |
Support LSP diagnostic tags (#9780)
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,8 @@ label = "honey" "diagnostic.info" = { underline = { color = "delta", style = "curl" } } "diagnostic.warning" = { underline = { color = "lightning", style = "curl" } } "diagnostic.error" = { underline = { color = "apricot", style = "curl" } } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } warning = "lightning" error = "apricot" |