aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/catppuccin_mocha.toml
diff options
context:
space:
mode:
authorAdam Becker2023-02-26 21:29:16 +0000
committerGitHub2023-02-26 21:29:16 +0000
commiteb3086a5b3d37e871e1e752652617fbc2dc2a085 (patch)
tree21166b7654d7826e1187447fa570895e458646bc /runtime/themes/catppuccin_mocha.toml
parent98a3d46912be7dcc650c54ea417d7f00ab6d05a3 (diff)
Fix diagnostic underline colors in catppuccin themes (#6107)
Diffstat (limited to 'runtime/themes/catppuccin_mocha.toml')
-rw-r--r--runtime/themes/catppuccin_mocha.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml
index 2504fec8..59fa430f 100644
--- a/runtime/themes/catppuccin_mocha.toml
+++ b/runtime/themes/catppuccin_mocha.toml
@@ -103,10 +103,10 @@
"ui.menu" = { fg = "overlay2", bg = "surface0" }
"ui.menu.selected" = { fg = "text", bg = "surface1", modifiers = ["bold"] }
-"diagnostic.error" = { fg = "red", underline = { color = "red", style = "curl" } }
-"diagnostic.warning" = { fg = "yellow", underline = { color = "yellow", style = "curl" } }
-"diagnostic.info" = { fg = "sky", underline = { color = "sky", style = "curl" } }
-"diagnostic.hint" = { fg = "teal", underline = { color = "teal", style = "curl" } }
+"diagnostic.error" = { underline = { color = "red", style = "curl" } }
+"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
+"diagnostic.info" = { underline = { color = "sky", style = "curl" } }
+"diagnostic.hint" = { underline = { color = "teal", style = "curl" } }
error = "red"
warning = "yellow"