Add dim modifier to diagnostic.unnecessary in catppuccin_mocha.toml (#12391)
This commit is contained in:
parent
eaa7c8e9f6
commit
9dcc1f06b0
1 changed files with 1 additions and 0 deletions
|
@ -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" } }
|
||||
|
|
Loading…
Reference in a new issue