diff options
author | NNB | 2022-01-23 02:18:50 +0000 |
---|---|---|
committer | GitHub | 2022-01-23 02:18:50 +0000 |
commit | 83bde1004d596740a7bb63ec7fe2271734492f59 (patch) | |
tree | 750822243639945ad2e5f3065c68235ced5673c0 /runtime/themes/ingrid.toml | |
parent | b8cafee9f5399ffddcaebffe256035bc888eeaa7 (diff) |
Add markup support (#1525)
* Add markup support for all Base16 themes
* Fix rose_pine `markup.link.text` attribute misname
* Add basic default markup support for all themes
* Fix cursor change color on Base16 terminal and default
* Remove old markup monokai_pro support and fix Onedark `markup.link.text` attribute misname
* Remove old markup dracula support
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" |