diff --git a/colors/peach.vim b/colors/peach.vim index d1d52ea..06a86ba 100644 --- a/colors/peach.vim +++ b/colors/peach.vim @@ -56,6 +56,7 @@ hi lCursor guifg=bg guibg=fg " 5 = magenta " 6 = cyan " 7 = white +hi Pmenu ctermbg=0 hi Comment term=bold cterm=italic ctermfg=27 guifg=#406090 hi Constant term=underline ctermfg=5 guifg=#c00058 hi Special term=bold ctermfg=5 guifg=SlateBlue diff --git a/colors/peachwhite.vim b/colors/peachwhite.vim index 953540a..5de77fc 100644 --- a/colors/peachwhite.vim +++ b/colors/peachwhite.vim @@ -56,6 +56,7 @@ let colors_name = "peachpuff" " 5 = magenta " 6 = cyan " 7 = white +hi Pmenu ctermbg=7 hi Comment term=bold cterm=italic ctermfg=4 guifg=#406090 hi Constant term=underline ctermfg=5 guifg=#c00058 hi Special term=bold ctermfg=5 guifg=SlateBlue