1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

improve jump colors for github_dark themes (#10946)

This commit is contained in:
Meris Bahtijaragic 2024-06-18 10:39:56 +02:00 committed by GitHub
parent bc73dd19d3
commit afe9049a0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,6 +61,7 @@ label = "scale.red.3"
"ui.text.inactive" = "fg.subtle"
"ui.virtual" = { fg = "scale.gray.6" }
"ui.virtual.ruler" = { bg = "canvas.subtle" }
"ui.virtual.jump-label" = { fg = "scale.red.2", modifiers = ["bold"] }
"ui.selection" = { bg = "scale.blue.8" }
"ui.selection.primary" = { bg = "scale.blue.7" }