aboutsummaryrefslogtreecommitdiff
path: root/base16_theme.toml
diff options
context:
space:
mode:
authorNNB2022-01-23 02:18:50 +0000
committerGitHub2022-01-23 02:18:50 +0000
commit83bde1004d596740a7bb63ec7fe2271734492f59 (patch)
tree750822243639945ad2e5f3065c68235ced5673c0 /base16_theme.toml
parentb8cafee9f5399ffddcaebffe256035bc888eeaa7 (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 'base16_theme.toml')
-rw-r--r--base16_theme.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/base16_theme.toml b/base16_theme.toml
index bb60a3ea..42e02a98 100644
--- a/base16_theme.toml
+++ b/base16_theme.toml
@@ -11,7 +11,7 @@
"ui.statusline" = { fg = "black", bg = "white" }
"ui.statusline.inactive" = { fg = "gray", bg = "white" }
"ui.help" = { modifiers = ["reversed"] }
-"ui.cursor" = { modifiers = ["reversed"] }
+"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"variable" = "red"
"constant.numeric" = "yellow"
"constant" = "yellow"
@@ -29,6 +29,15 @@
"namespace" = "magenta"
"ui.help" = { fg = "white", bg = "black" }
+"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" = "yellow"
"diff.minus" = "red"