aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dracula.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/dracula.toml')
-rw-r--r--runtime/themes/dracula.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml
index 0f459311..109a1bb3 100644
--- a/runtime/themes/dracula.toml
+++ b/runtime/themes/dracula.toml
@@ -50,6 +50,7 @@
"markup.list" = "cyan"
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
"markup.italic" = { fg = "yellow", modifiers = ["italic"] }
+"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = "cyan"
"markup.link.text" = "pink"
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }