Add dim modifier to diagnostic.unnecessary in catppuccin_mocha.toml (#12391)

This commit is contained in:
Niza Toshpulatov 2025-01-03 15:13:44 +01:00 committed by GitHub
parent eaa7c8e9f6
commit 9dcc1f06b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" } }