Skip to content

Commit

Permalink
Add highlights for mini.pick
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Apr 15, 2024
1 parent 14069c2 commit 9df22bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,15 @@ local highlights = {
markdownListMarker = { link = 'Keyword' },
markdownOrderedListMarker = { link = 'Keyword' },
markdownUrl = { fg = blue },
-- mini.pick
MiniPickBorder = { fg = border },
MiniPickBorderBusy = { link = 'MiniPickBorder' },
MiniPickBorderText = { fg = black },
MiniPickHeader = { fg = black, bold = true },
MiniPickMatchCurrent = { bg = light_grey, bold = true },
MiniPickMatchRanges = { fg = dark_yellow, bold = true },
MiniPickNormal = { fg = black },
MiniPickPrompt = { fg = black, bold = true },
-- netrw
netrwClassify = { link = 'Identifier' },
-- Neogit
Expand Down

0 comments on commit 9df22bf

Please sign in to comment.