Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/boo_berry.toml')
-rw-r--r--runtime/themes/boo_berry.toml10
1 files changed, 1 insertions, 9 deletions
diff --git a/runtime/themes/boo_berry.toml b/runtime/themes/boo_berry.toml
index 929bbc74..da78db90 100644
--- a/runtime/themes/boo_berry.toml
+++ b/runtime/themes/boo_berry.toml
@@ -22,7 +22,6 @@
"markup.list" = { fg = "bubblegum" }
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
-"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "violet", modifiers = ["underlined"] }
"markup.link.text" = { fg = "violet" }
"markup.quote" = { fg = "berry_desaturated" }
@@ -52,7 +51,6 @@
"ui.virtual.whitespace" = { fg = "berry_desaturated" }
"ui.virtual.ruler" = { bg = "berry_dim" }
"ui.virtual.indent-guide" = { fg = "berry_fade" }
-"ui.virtual.inlay-hint" = { fg = "berry_desaturated" }
"diff.plus" = { fg = "mint" }
"diff.delta" = { fg = "gold" }
@@ -62,13 +60,7 @@
"warning" = { fg = "gold" }
"info" = { fg = "lilac" }
"hint" = { fg = "lilac" }
-
-"diagnostic.warning" = { underline = { color = "bubblegum", style = "curl"} }
-"diagnostic.error" = { underline = { color = "gold", style = "curl"} }
-"diagnostic.info" = { underline = { color = "lilac", style = "curl"} }
-"diagnostic.hint" = { underline = { color = "lilac", style = "curl"} }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
+"diagnostic" = { modifiers = ["underlined"] }
[palette]
berry = "#3A2A4D"