Skip to content

Commit

Permalink
add support for jump labels in tokyonight themes (#10106)
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Apr 2, 2024
1 parent bb0bfa2 commit 545ff1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/tokyonight.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ hint = { fg = "hint" }
"ui.virtual.ruler" = { bg = "fg-gutter" }
"ui.virtual.whitespace" = { fg = "fg-gutter" }
"ui.virtual.inlay-hint" = { bg = "bg-inlay", fg = "teal" }
"ui.virtual.jump-label" = { fg = "orange", modifiers = ["bold"] }
"ui.window" = { fg = "border", modifiers = ["bold"] }

[palette]
Expand Down

0 comments on commit 545ff1a

Please sign in to comment.