Skip to content

Commit

Permalink
Fix the auto-complete menu colors in the GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
nanotech committed Mar 27, 2011
1 parent 61847cc commit 2fa9f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/jellybeans.vim
Expand Up @@ -300,8 +300,8 @@ if version >= 700
call s:X("TabLineSel","000000","f0f0f0","italic,bold","Black","White")

" Auto-completion
call s:X("Pmenu","ffffff","000000","","White","Black")
call s:X("PmenuSel","101010","eeeeee","reverse","White","")
call s:X("Pmenu","ffffff","606060","","White","Black")
call s:X("PmenuSel","101010","eeeeee","","Black","White")
endif

call s:X("Visual","","404040","","","Black")
Expand Down

0 comments on commit 2fa9f63

Please sign in to comment.