aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/tokyonight.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/tokyonight.toml')
-rw-r--r--runtime/themes/tokyonight.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml
index 4847d92c..35ceaeba 100644
--- a/runtime/themes/tokyonight.toml
+++ b/runtime/themes/tokyonight.toml
@@ -54,7 +54,10 @@
"warning" = { fg = "yellow" }
"info" = { fg = "blue" }
"hint" = { fg = "teal" }
-"diagnostic" = { modifiers = ["underlined"] }
+"diagnostic.error" = { underline = { style = "curl", color = "red" } }
+"diagnostic.warning" = { underline = { style = "curl", color = "yellow" } }
+"diagnostic.info" = { underline = { style = "curl", color = "blue" } }
+"diagnostic.hint" = { underline = { style = "curl", color = "teal" } }
"special" = { fg = "orange" }
"markup.heading" = { fg = "cyan", modifiers = ["bold"] }