diff options
Diffstat (limited to 'runtime/themes/meliora.toml')
-rw-r--r-- | runtime/themes/meliora.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/themes/meliora.toml b/runtime/themes/meliora.toml index d4cb9883..e7037e18 100644 --- a/runtime/themes/meliora.toml +++ b/runtime/themes/meliora.toml @@ -67,8 +67,9 @@ "markup.heading" = { fg = "orange" } "markup.list" = { fg = "blue" } -"markup.bold" = { fg = "magenta" } -"markup.italic" = { fg = "blue" } +"markup.bold" = { fg = "magenta", modifiers = ["bold"] } +"markup.italic" = { fg = "blue", modifiers = ["italic"] } +"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "comment" , modifiers = ["underlined"] } "markup.link.text" = { fg = "comment" } "markup.quote" = { fg = "yellow" } |