aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/bogster.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/bogster.toml
parent2b58ff4d7cc09bc48bcdd79096110eeb578b509f (diff)
Add `markup.strikethrough` theme keys (#5619)
Diffstat (limited to 'runtime/themes/bogster.toml')
-rw-r--r--runtime/themes/bogster.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml
index f6d9fdbf..1ea13f1f 100644
--- a/runtime/themes/bogster.toml
+++ b/runtime/themes/bogster.toml
@@ -31,6 +31,7 @@
"markup.list" = "bogster-red"
"markup.bold" = { fg = "bogster-yellow", modifiers = ["bold"] }
"markup.italic" = { fg = "bogster-purp", modifiers = ["italic"] }
+"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "bogster-yellow", modifiers = ["underlined"] }
"markup.link.text" = "bogster-red"
"markup.quote" = "bogster-teal"