aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/ayu_dark.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/ayu_dark.toml')
-rw-r--r--runtime/themes/ayu_dark.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/ayu_dark.toml b/runtime/themes/ayu_dark.toml
index 211d423f..1e1aab91 100644
--- a/runtime/themes/ayu_dark.toml
+++ b/runtime/themes/ayu_dark.toml
@@ -22,7 +22,10 @@
"namespace" = "blue"
"markup.heading" = "orange"
"markup.list" = "yellow"
-"markup.raw.block" = { bg = "gray", fg = "orange" }
+"markup.bold" = { fg = "orange", modifiers = ["bold"] }
+"markup.italic" = { fg = "orange", modifiers = ["italic"] }
+"markup.strikethrough" = { modifiers = ["crossed_out"] }
+"markup.raw.block" = "orange"
"markup.link.url" = "blue"
"markup.link.text" = "yellow"
"markup.link.label" = "green"