Skip to content

Commit

Permalink
feat: add jump label color to onedark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuttens authored and archseer committed Mar 24, 2024
1 parent 628dcd5 commit da2dec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"ui.virtual.whitespace" = { fg = "light-gray" }
"ui.virtual.ruler" = { bg = "gray" }
"ui.virtual.inlay-hint" = { fg = "light-gray" }
"ui.virtual.jump-label" = { fg = "light-gray", modifiers = ["bold"] }

"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
Expand Down

0 comments on commit da2dec1

Please sign in to comment.