From 52a0734120772f4dc2e523f50b6533466849fbeb Mon Sep 17 00:00:00 2001 From: David Else <12832280+David-Else@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:31:48 +0000 Subject: [PATCH] Add new theme keys for LSP diagnostic tags for dark_plus (#9949) --- runtime/themes/dark_plus.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index c94bd587f..819cd62aa 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"