diff options
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"] } |