aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/mellow.toml
diff options
context:
space:
mode:
authorAlex2023-01-21 22:21:26 +0000
committerGitHub2023-01-21 22:21:26 +0000
commitf103d2273baef3f0e71b896419fda4538b6c6cde (patch)
tree3d8b867a206c9140abdbd97e147b2df9008914cc /runtime/themes/mellow.toml
parent2b58ff4d7cc09bc48bcdd79096110eeb578b509f (diff)
Add `markup.strikethrough` theme keys (#5619)
Diffstat (limited to 'runtime/themes/mellow.toml')
-rw-r--r--runtime/themes/mellow.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/mellow.toml b/runtime/themes/mellow.toml
index a878df8a..279fd5c2 100644
--- a/runtime/themes/mellow.toml
+++ b/runtime/themes/mellow.toml
@@ -50,6 +50,7 @@
"markup.list" = "gray06"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
+"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "green", modifiers = ["underlined"] }
"markup.link.text" = { fg = "blue", modifiers = ["italic"] }
"markup.raw" = "yellow"