aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/onedark.toml
diff options
context:
space:
mode:
authorNNB2022-01-23 02:18:50 +0000
committerGitHub2022-01-23 02:18:50 +0000
commit83bde1004d596740a7bb63ec7fe2271734492f59 (patch)
tree750822243639945ad2e5f3065c68235ced5673c0 /runtime/themes/onedark.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 'runtime/themes/onedark.toml')
-rw-r--r--runtime/themes/onedark.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index dfeadbb2..acdaf99c 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -34,7 +34,7 @@
"markup.list" = { fg = "red" }
"markup.quote" = { fg = "yellow" }
"markup.link.url" = { fg = "cyan", modifiers = ["underlined"]}
-"markup.link.label" = { fg = "purple" }
+"markup.link.text" = { fg = "purple" }
"diff.plus" = "green"
"diff.delta" = "gold"