Skip to content

Commit

Permalink
Add support for pmenu matches
Browse files Browse the repository at this point in the history
This highlights the already typed text.
Not sure yet if we really want to keep this, as it can be a bit
distracting.
  • Loading branch information
vimpostor committed Jun 21, 2024
1 parent a3bb54f commit 7bcefc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/prism.vim
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ exec s:hls('MoreMsg', 'yellow')
exec s:hls('NonText', 'dark_grey', 'black')
exec s:hls('Normal', 'white', 'black', 'none')
exec s:hls('Pmenu', 'white', 'darkest_grey')
exec s:hls('PmenuMatch', 'accent_pink', 'darkest_grey')
exec s:hls('PmenuMatchSel', 'accent_pink', 'light_blue')
exec s:hls('PmenuSbar', 'black', 'darkest_grey')
exec s:hls('PmenuSel', 'black', 'light_blue')
exec s:hls('PmenuThumb', 'black', 'light_grey')
Expand Down

0 comments on commit 7bcefc6

Please sign in to comment.