diff options
Diffstat (limited to 'runtime/themes/bogster_light.toml')
-rw-r--r-- | runtime/themes/bogster_light.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/bogster_light.toml b/runtime/themes/bogster_light.toml index 2270f6ee..e528d89d 100644 --- a/runtime/themes/bogster_light.toml +++ b/runtime/themes/bogster_light.toml @@ -31,6 +31,7 @@ "markup.list" = "bogster-red" "markup.bold" = { fg = "bogster-yellow", modifiers = ["bold"] } "markup.italic" = { fg = "magenta", modifiers = ["italic"] } +"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "bogster-yellow", modifiers = ["underlined"] } "markup.link.text" = "bogster-red" "markup.quote" = "bogster-lblue" |