From 28e4a8825ccfce2b2028dd6a12bcb3787aa1973e Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 24 Jun 2021 10:26:46 +0200 Subject: [PATCH] Change Pmenu --- colors/peach.vim | 1 + colors/peachwhite.vim | 1 + 2 files changed, 2 insertions(+) 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