Skip to content

Commit fd2e0b6

Browse files
committed
Merge pull request #18 from octol/master
Foreground/background contrast of the OmniComplete menu for 256 color terminals.
2 parents 6c9ee50 + 80adb4f commit fd2e0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colors/molokai.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ if &t_Co > 255
182182

183183
" complete menu
184184
hi Pmenu ctermfg=81 ctermbg=16
185-
hi PmenuSel ctermbg=244
185+
hi PmenuSel ctermfg=253 ctermbg=244
186186
hi PmenuSbar ctermbg=232
187187
hi PmenuThumb ctermfg=81
188188

0 commit comments

Comments
 (0)