From 52a0734120772f4dc2e523f50b6533466849fbeb Mon Sep 17 00:00:00 2001 From: David Else Date: Wed, 20 Mar 2024 23:31:48 +0000 Subject: Add new theme keys for LSP diagnostic tags for dark_plus (#9949) --- runtime/themes/dark_plus.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/themes/dark_plus.toml') 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" -- cgit v1.2.3-70-g09d2