aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/rose_pine_dawn.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/rose_pine_dawn.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/rose_pine_dawn.toml')
-rw-r--r--runtime/themes/rose_pine_dawn.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml
index cc6d287e..73b01844 100644
--- a/runtime/themes/rose_pine_dawn.toml
+++ b/runtime/themes/rose_pine_dawn.toml
@@ -55,7 +55,7 @@
"markup.list" = { fg = "love" }
"markup.quote" = { fg = "rose" }
"markup.link.url" = { fg = "pine", modifiers = ["underlined"]}
-"markup.link.label" = { fg = "foam" }
+"markup.link.test" = { fg = "foam" }
[palette]
base = "#faf4ed"