Skip to content

Commit

Permalink
feat(themes): add jump-label style for nightfox (helix-editor#10052)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromfedricci authored and postsolar committed Apr 20, 2024
1 parent 3d8184d commit 08a332b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/nightfox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"ui.virtual.whitespace" = { fg = "bg3" } # Whitespace markers in editing area.
"ui.virtual.indent-guide" = { fg = "black" } # Vertical indent width guides
"ui.virtual.inlay-hint" = { fg = "comment", bg = "bg2" } # Default style for inlay hints of all kinds
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold"] } # Style for virtual jump labels

"ui.statusline" = { fg = "fg2", bg = "bg0" } # Status line.
"ui.statusline.inactive" = { fg = "fg3", bg = "bg0" } # Status line in unfocused windows.
Expand Down

0 comments on commit 08a332b

Please sign in to comment.