From f671cb93023c6e60b6a871e258cf02974e04f016 Mon Sep 17 00:00:00 2001 From: Niza Toshpulatov Date: Fri, 3 Jan 2025 15:13:44 +0100 Subject: [PATCH] Add dim modifier to diagnostic.unnecessary in catppuccin_mocha.toml (#12391) --- runtime/themes/catppuccin_mocha.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index c8138fc447d9..1f88e7e99e5e 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -115,6 +115,7 @@ "ui.menu" = { fg = "overlay2", bg = "surface0" } "ui.menu.selected" = { fg = "text", bg = "surface1", modifiers = ["bold"] } +"diagnostic.unnecessary" = { modifiers = ["dim"] } "diagnostic.error" = { underline = { color = "red", style = "curl" } } "diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } "diagnostic.info" = { underline = { color = "sky", style = "curl" } }