Unnamed repository; edit this file 'description' to name the repository.
Add dim modifier to diagnostic.unnecessary in catppuccin_mocha.toml (#12391)
Niza Toshpulatov 2025-01-03
parent eaa7c8e · commit 9dcc1f0
-rw-r--r--runtime/themes/catppuccin_mocha.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml
index c8138fc4..1f88e7e9 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" } }