From 1c0b36b1b4dd9fda9a54175ea1fb841edea2bf73 Mon Sep 17 00:00:00 2001 From: oxcrow Date: Tue, 18 Feb 2025 20:10:42 +0530 Subject: [PATCH] Improve jump label colors for `github_light` theme (#12907) --- runtime/themes/github_light.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/github_light.toml b/runtime/themes/github_light.toml index 6fa79c7d6..d6feaea93 100644 --- a/runtime/themes/github_light.toml +++ b/runtime/themes/github_light.toml @@ -62,6 +62,7 @@ label = "scale.red.5" "ui.text.directory" = { fg = "scale.blue.4" } "ui.virtual" = { fg = "scale.gray.2" } "ui.virtual.ruler" = { bg = "canvas.subtle" } +"ui.virtual.jump-label" = { modifiers = ["reversed"] } "ui.selection" = { bg = "scale.blue.0" } "ui.selection.primary" = { bg = "scale.blue.1" }