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/onelight.toml | |
parent | 2b58ff4d7cc09bc48bcdd79096110eeb578b509f (diff) |
Add `markup.strikethrough` theme keys (#5619)
Diffstat (limited to 'runtime/themes/onelight.toml')
-rw-r--r-- | runtime/themes/onelight.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/onelight.toml b/runtime/themes/onelight.toml index ad900a78..7c266979 100644 --- a/runtime/themes/onelight.toml +++ b/runtime/themes/onelight.toml @@ -48,6 +48,7 @@ "markup.raw.inline" = { fg = "green", bg = "grey-200" } "markup.bold" = { fg = "yellow", modifiers = ["bold"] } "markup.italic" = { fg = "purple", modifiers = ["italic"] } +"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.list" = { fg = "light-blue" } "markup.quote" = { fg = "gray" } "markup.link.url" = { fg = "cyan", modifiers = ["underlined"] } |