aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/monokai.toml')
-rw-r--r--runtime/themes/monokai.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml
index 92b81a8e..b75912f7 100644
--- a/runtime/themes/monokai.toml
+++ b/runtime/themes/monokai.toml
@@ -46,6 +46,7 @@
"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"