Skip to content

Commit

Permalink
Add dim modifier to diagnostic.unnecessary in catppuccin_mocha.toml (h…
Browse files Browse the repository at this point in the history
  • Loading branch information
nizamiza authored and GladkihEgor committed Jan 4, 2025
1 parent 970df42 commit f671cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/catppuccin_mocha.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }
Expand Down

0 comments on commit f671cb9

Please sign in to comment.