Skip to content

Commit

Permalink
Fix #313 - Add CocMenuSel (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdick authored Oct 3, 2022
1 parent 57ece9e commit 0c23bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/onedark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ call s:h("CocWarningSign", { "fg": s:yellow })
call s:h("CocInfoSign", { "fg": s:blue })
call s:h("CocHintSign", { "fg": s:cyan })
call s:h("CocFadeOut", { "fg": s:comment_grey })
" https://github.com/joshdick/onedark.vim/issues/313
highlight! link CocMenuSel PmenuSel

" neomake/neomake
call s:h("NeomakeErrorSign", { "fg": s:red })
Expand Down

0 comments on commit 0c23bb0

Please sign in to comment.