aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/everforest_light.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/everforest_light.toml')
-rw-r--r--runtime/themes/everforest_light.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml
index 3038ef9c..5490adb3 100644
--- a/runtime/themes/everforest_light.toml
+++ b/runtime/themes/everforest_light.toml
@@ -34,6 +34,16 @@
"module" = "blue"
"special" = "orange"
+# TODO
+"markup.heading" = "blue"
+"markup.list" = "red"
+"markup.bold" = { fg = "yellow", modifiers = ["bold"] }
+"markup.italic" = { fg = "magenta", modifiers = ["italic"] }
+"markup.link.url" = { fg = "yellow", modifiers = ["underlined"] }
+"markup.link.text" = "red"
+"markup.quote" = "cyan"
+"markup.raw" = "green"
+
"diff.plus" = "green"
"diff.delta" = "orange"
"diff.minus" = "red"