diff options
Diffstat (limited to 'runtime/themes/noctis.toml')
-rw-r--r-- | runtime/themes/noctis.toml | 1 |
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. |