Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/bogster_light.toml')
-rw-r--r--runtime/themes/bogster_light.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/themes/bogster_light.toml b/runtime/themes/bogster_light.toml
index 3259d677..25aa4c80 100644
--- a/runtime/themes/bogster_light.toml
+++ b/runtime/themes/bogster_light.toml
@@ -31,7 +31,6 @@
"markup.list" = "bogster-red"
"markup.bold" = { fg = "bogster-yellow", modifiers = ["bold"] }
"markup.italic" = { fg = "magenta", modifiers = ["italic"] }
-"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "bogster-yellow", modifiers = ["underlined"] }
"markup.link.text" = "bogster-red"
"markup.quote" = "bogster-lblue"
@@ -73,12 +72,7 @@
"hint" = "bogster-blue"
# make diagnostic underlined, to distinguish with selection text.
-"diagnostic.warning" = { underline = { color = "bogster-orange", style = "curl"} }
-"diagnostic.error" = { underline = { color = "bogster-lred", style = "curl"} }
-"diagnostic.info" = { underline = { color = "bogster-teal", style = "curl"} }
-"diagnostic.hint" = { underline = { color = "bogster-blue", style = "curl"} }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
+diagnostic = { modifiers = ["underlined"] }
[palette]
bogster-orange = "#dc7759"