diff options
author | Tobias Brunner | 2024-03-24 02:42:57 +0000 |
---|---|---|
committer | GitHub | 2024-03-24 02:42:57 +0000 |
commit | 7bce9530d3e18c23fb87ae1ef8ac9e496e3eed6d (patch) | |
tree | 78977272fa85bcbb4576798be209fa2c58d1227f | |
parent | da2dec174a227baa94d61aa115585dad9297adc3 (diff) |
Add jump label color to rose-pine themes (#9981)
-rw-r--r-- | runtime/themes/rose_pine.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index 456237e9..27b7a630 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -37,6 +37,7 @@ "ui.text.focus" = { bg = "overlay" } "ui.text.info" = { fg = "subtle" } +"ui.virtual.jump-label" = { fg = "love", modifiers = ["bold"] } "ui.virtual.ruler" = { bg = "overlay" } "ui.virtual.whitespace" = { fg = "highlight_high" } "ui.virtual.indent-guide" = { fg = "muted" } |