aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/boo_berry.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/boo_berry.toml')
-rw-r--r--runtime/themes/boo_berry.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/boo_berry.toml b/runtime/themes/boo_berry.toml
index da78db90..33d7627d 100644
--- a/runtime/themes/boo_berry.toml
+++ b/runtime/themes/boo_berry.toml
@@ -60,7 +60,11 @@
"warning" = { fg = "gold" }
"info" = { fg = "lilac" }
"hint" = { fg = "lilac" }
-"diagnostic" = { modifiers = ["underlined"] }
+
+"diagnostic.warning" = { underline = { color = "bubblegum", style = "curl"} }
+"diagnostic.error" = { underline = { color = "gold", style = "curl"} }
+"diagnostic.info" = { underline = { color = "lilac", style = "curl"} }
+"diagnostic.hint" = { underline = { color = "lilac", style = "curl"} }
[palette]
berry = "#3A2A4D"