diff options
author | Alex | 2023-01-21 22:21:26 +0000 |
---|---|---|
committer | GitHub | 2023-01-21 22:21:26 +0000 |
commit | f103d2273baef3f0e71b896419fda4538b6c6cde (patch) | |
tree | 3d8b867a206c9140abdbd97e147b2df9008914cc /runtime/themes/nightfox.toml | |
parent | 2b58ff4d7cc09bc48bcdd79096110eeb578b509f (diff) |
Add `markup.strikethrough` theme keys (#5619)
Diffstat (limited to 'runtime/themes/nightfox.toml')
-rw-r--r-- | runtime/themes/nightfox.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/nightfox.toml b/runtime/themes/nightfox.toml index 1f248d5c..8cddbbae 100644 --- a/runtime/themes/nightfox.toml +++ b/runtime/themes/nightfox.toml @@ -55,6 +55,7 @@ "markup.list" = { fg = "magenta", modifiers = ["bold"] } "markup.bold" = { fg = "orange", modifiers = ["bold"] } "markup.italic" = { fg = "pink" } +"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link" = { fg = "yellow-bright", modifiers = ["bold"] } "markup.quote" = { fg = "blue" } |