Skip to content

Commit

Permalink
Update highlights to make it easier to see packed hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronized committed Feb 7, 2021
1 parent 41e89e7 commit a09af8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/vroom.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ endif
command! VroomWord lua require'vroom'.jump_words()

" Highlight used for the mono-sequence keys (i.e. sequence of 1).
highlight default VroomNextKey guifg=#e0115f gui=bold blend=0
highlight default VroomNextKey guifg=#ff007c gui=bold blend=0

" Highlight used for the first key in a sequence.
highlight default VroomNextKey1 guifg=#00dfff gui=bold blend=0

" Highlight used for the second and remaining keys in a sequence.
highlight default VroomNextKey2 guifg=#00B8FF blend=0
highlight default VroomNextKey2 guifg=#2b8db3 blend=0

0 comments on commit a09af8d

Please sign in to comment.