Skip to content

Commit

Permalink
improve jump colors for github_dark themes (#10946)
Browse files Browse the repository at this point in the history
  • Loading branch information
merisbahti committed Jun 18, 2024
1 parent bc73dd1 commit afe9049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/github_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit afe9049

Please sign in to comment.