Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/meliora.toml')
-rw-r--r--runtime/themes/meliora.toml13
1 files changed, 3 insertions, 10 deletions
diff --git a/runtime/themes/meliora.toml b/runtime/themes/meliora.toml
index 87f0cb09..ecc19f46 100644
--- a/runtime/themes/meliora.toml
+++ b/runtime/themes/meliora.toml
@@ -54,13 +54,7 @@
"ui.virtual.indent-guide" = { fg = "dark_grey2" }
"ui.virtual.whitespace" = { fg = "grey" }
-"diagnostic.error" = { underline = { color = "red", style = "curl" } }
-"diagnostic.warning" = { underline = { color = "orange", style = "curl" } }
-"diagnostic.info" = { underline = { color = "blue", style = "curl" } }
-"diagnostic.hint" = { underline = { color = "magenta", style = "curl" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
-
+"diagnostic" = { modifiers = ["underlined"] }
"error" = { fg = "red" }
"warning" = { fg = "orange" }
"info" = { fg = "blue" }
@@ -69,9 +63,8 @@
"markup.heading" = { fg = "orange" }
"markup.list" = { fg = "blue" }
-"markup.bold" = { fg = "magenta", modifiers = ["bold"] }
-"markup.italic" = { fg = "blue", modifiers = ["italic"] }
-"markup.strikethrough" = { modifiers = ["crossed_out"] }
+"markup.bold" = { fg = "magenta" }
+"markup.italic" = { fg = "blue" }
"markup.link.url" = { fg = "comment" , modifiers = ["underlined"] }
"markup.link.text" = { fg = "comment" }
"markup.quote" = { fg = "yellow" }