aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/noctis.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/noctis.toml
parent2b58ff4d7cc09bc48bcdd79096110eeb578b509f (diff)
Add `markup.strikethrough` theme keys (#5619)
Diffstat (limited to 'runtime/themes/noctis.toml')
-rw-r--r--runtime/themes/noctis.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/noctis.toml b/runtime/themes/noctis.toml
index e5abbec0..81733e63 100644
--- a/runtime/themes/noctis.toml
+++ b/runtime/themes/noctis.toml
@@ -150,6 +150,7 @@
'markup.bold' = { modifiers = ["bold"] } # Bold text.
'markup.italic' = { modifiers = ["italic"] } # Italicised text.
+"markup.strikethrough" = { modifiers = ["crossed_out"] } # Crossed out text.
'markup.link' = { fg = "light-blue", modifiers = ["underlined"] }
'markup.link.url' = { } # Urls pointed to by links.