diff options
author | David Else | 2024-03-20 23:31:48 +0000 |
---|---|---|
committer | GitHub | 2024-03-20 23:31:48 +0000 |
commit | 52a0734120772f4dc2e523f50b6533466849fbeb (patch) | |
tree | 64b927bea525f808da1aa6cc98b75d507451eca2 /runtime | |
parent | b8e79c0ef52e71136712959af426f318d674fc96 (diff) |
Add new theme keys for LSP diagnostic tags for dark_plus (#9949)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/dark_plus.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index c94bd587..819cd62a 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -98,6 +98,8 @@ "diagnostic.error".underline = { color = "red", style = "curl" } "diagnostic".underline = { color = "gold", style = "curl" } +"diagnostic.unnecessary" = { modifiers = ["dim"] } +"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] white = "#ffffff" |