Skip to content

Commit

Permalink
Merge pull request tomasr#18 from octol/master
Browse files Browse the repository at this point in the history
Foreground/background contrast of the OmniComplete menu for 256 color terminals.
  • Loading branch information
tomasr committed Jun 17, 2013
2 parents 6c9ee50 + 80adb4f commit fd2e0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ if &t_Co > 255

" complete menu
hi Pmenu ctermfg=81 ctermbg=16
hi PmenuSel ctermbg=244
hi PmenuSel ctermfg=253 ctermbg=244
hi PmenuSbar ctermbg=232
hi PmenuThumb ctermfg=81

Expand Down

0 comments on commit fd2e0b6

Please sign in to comment.