Unnamed repository; edit this file 'description' to name the repository.
Theme: PaperColor: Tune jump-label (#10104)
Henrik Tjäder 2024-04-02
parent 545ff1a · commit e63ed05
-rw-r--r--runtime/themes/papercolor-light.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/papercolor-light.toml b/runtime/themes/papercolor-light.toml
index 246b0ddd..4f53c9e0 100644
--- a/runtime/themes/papercolor-light.toml
+++ b/runtime/themes/papercolor-light.toml
@@ -29,6 +29,7 @@
"ui.virtual.inlay-hint" = { fg = "regular5", modifiers = ["italic"] }
"ui.virtual.inlay-hint.parameter" = { fg = "regular5", modifiers = ["italic"] }
"ui.virtual.inlay-hint.type" = { fg = "regular5", modifiers = ["bold", "italic"] }
+"ui.virtual.jump-label" = { fg = "bright1", modifiers = ["bold"] }
"ui.cursor.match" = { bg = "matchparen_bg", fg = "matchparen_fg" }
"ui.cursor" = { bg = "regular5", fg = "background" }
"ui.cursor.primary" = { bg = "foreground", fg = "background" }