Skip to content

Commit

Permalink
Adjust jump2d colors
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Sep 20, 2024
1 parent dec07f7 commit 3743b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ local highlights = {
markdownOrderedListMarker = { link = 'Keyword' },
markdownUrl = { fg = blue },
-- mini.jump2d
MiniJump2dSpot = { fg = black, bg = yellow, bold = true },
MiniJump2dSpotAhead = { bg = light_yellow },
MiniJump2dSpot = { fg = red, bold = true },
MiniJump2dSpotAhead = { fg = red, bold = true },
-- mini.pick
MiniPickBorder = { fg = border },
MiniPickBorderBusy = { link = 'MiniPickBorder' },
Expand Down

0 comments on commit 3743b95

Please sign in to comment.