aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/papercolor-light.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/papercolor-light.toml')
-rw-r--r--runtime/themes/papercolor-light.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/papercolor-light.toml b/runtime/themes/papercolor-light.toml
index 70b973d3..0d3fc77c 100644
--- a/runtime/themes/papercolor-light.toml
+++ b/runtime/themes/papercolor-light.toml
@@ -72,7 +72,11 @@
"warning" = "bright4"
"error" = "regular1"
"info" = "#FFAF00"
-diagnostic = { modifiers = ["bold", "underlined"]}
+
+"diagnostic.warning".underline = { color = "bright4", style = "curl" }
+"diagnostic.error".underline = { color = "regular1", style = "curl" }
+"diagnostic.info".underline = { color = "#FFAF00", style = "curl" }
+"diagnostic.hint".underline = { color = "#FFAF00", style = "curl" }
[palette]