Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ingrid.toml')
-rw-r--r--runtime/themes/ingrid.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/themes/ingrid.toml b/runtime/themes/ingrid.toml
index 975f7a73..8e70587e 100644
--- a/runtime/themes/ingrid.toml
+++ b/runtime/themes/ingrid.toml
@@ -33,7 +33,6 @@
"markup.list" = "red"
"markup.bold" = { fg = "yellow", modifiers = ["bold"] }
"markup.italic" = { fg = "magenta", modifiers = ["italic"] }
-"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "yellow", modifiers = ["underlined"] }
"markup.link.text" = "red"
"markup.quote" = "cyan"
@@ -68,10 +67,3 @@
"error" = "#D74E50"
"info" = "#839A53"
"hint" = "#A6B6CE"
-
-"diagnostic.warning" = { underline = { color = "#D4A520", style = "curl" } }
-"diagnostic.error" = { underline = { color = "#D74E50", style = "curl" } }
-"diagnostic.info" = { underline = { color = "#839A53", style = "curl" } }
-"diagnostic.hint" = { underline = { color = "#A6B6CE", style = "curl" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }