diff options
Diffstat (limited to 'runtime/themes/ingrid.toml')
-rw-r--r-- | runtime/themes/ingrid.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/themes/ingrid.toml b/runtime/themes/ingrid.toml index df8a922f..a7c33e2d 100644 --- a/runtime/themes/ingrid.toml +++ b/runtime/themes/ingrid.toml @@ -28,6 +28,16 @@ "module" = "#839A53" +# 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" = "#839A53" "diff.delta" = "#D4A520" "diff.minus" = "#D74E50" |