aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/serika-light.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/serika-light.toml')
-rw-r--r--runtime/themes/serika-light.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/serika-light.toml b/runtime/themes/serika-light.toml
index 99d4b7f1..8a62e23d 100644
--- a/runtime/themes/serika-light.toml
+++ b/runtime/themes/serika-light.toml
@@ -57,7 +57,11 @@
"info" = "aqua"
"warning" = "yellow"
"error" = "nasty-red"
-"diagnostic" = { fg = "nasty-red", modifiers = ["underlined"] }
+
+"diagnostic.hint" = { underline = { style = "curl", color = "blue" } }
+"diagnostic.info" = { underline = { style = "curl", color = "aqua" } }
+"diagnostic.warning" = { underline = { style = "curl", color = "yellow" } }
+"diagnostic.error" = { underline = { style = "curl", color = "nasty-red" } }
"diff.plus" = { fg = "bg_green" }
"diff.delta" = { fg = "bg_blue" }