aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/rasmus.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/rasmus.toml')
-rw-r--r--runtime/themes/rasmus.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/rasmus.toml b/runtime/themes/rasmus.toml
index a7baa83c..996271d3 100644
--- a/runtime/themes/rasmus.toml
+++ b/runtime/themes/rasmus.toml
@@ -100,7 +100,10 @@
"ui.menu.selected" = { fg = "fg", bg = "gray03" }
"ui.menu.scroll" = { fg = "white", bg = "gray01" }
-diagnostic = { modifiers = ["underlined"] }
+"diagnostic.warning".underline = { color = "bright_yellow", style = "curl" }
+"diagnostic.error".underline = { color = "bright_red", style = "curl" }
+"diagnostic.info".underline = { color = "bright_blue", style = "curl" }
+"diagnostic.hint".underline = { color = "bright_cyan", style = "curl" }
warning = "bright_yellow"
error = "bright_red"