Skip to content

Commit 80adb4f

Browse files
committed
Increased constrast for selected OmniComplete item
In a 256 color terminal the selected entry when using OmniComplete is barely readable against the light grey background. Tested this under both xterm and xfce4-terminal. To fix this the foreground for PmenuSel is set to ctermfg=253.
1 parent 584bdf7 commit 80adb4f

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
@@ -177,7 +177,7 @@ if &t_Co > 255
177177

178178
" complete menu
179179
hi Pmenu ctermfg=81 ctermbg=16
180-
hi PmenuSel ctermbg=244
180+
hi PmenuSel ctermfg=253 ctermbg=244
181181
hi PmenuSbar ctermbg=232
182182
hi PmenuThumb ctermfg=81
183183

0 commit comments

Comments
 (0)