Unnamed repository; edit this file 'description' to name the repository.
Improve jump label colors for `github_light` theme (#12907)
| -rw-r--r-- | runtime/themes/github_light.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/github_light.toml b/runtime/themes/github_light.toml index 6fa79c7d..d6feaea9 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" } |