aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/onedarker.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/onedarker.toml')
-rw-r--r--runtime/themes/onedarker.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/onedarker.toml b/runtime/themes/onedarker.toml
index 7a6e4a62..33f900cc 100644
--- a/runtime/themes/onedarker.toml
+++ b/runtime/themes/onedarker.toml
@@ -31,6 +31,7 @@
"markup.raw.block" = { fg = "white" }
"markup.bold" = { fg = "gold", modifiers = ["bold"] }
"markup.italic" = { fg = "purple", modifiers = ["italic"] }
+"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.list" = { fg = "red" }
"markup.quote" = { fg = "yellow" }
"markup.link.url" = { fg = "blue", modifiers = ["underlined"]}