From 36c7596e9d59bbf4306d723eb636e8704eb62f49 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 26 Jun 2021 22:37:59 +0200 Subject: [PATCH] Fix --- colors/peach.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/peach.vim b/colors/peach.vim index 06a86ba..4d5d6e6 100644 --- a/colors/peach.vim +++ b/colors/peach.vim @@ -56,7 +56,7 @@ hi lCursor guifg=bg guibg=fg " 5 = magenta " 6 = cyan " 7 = white -hi Pmenu ctermbg=0 +hi Pmenu ctermfg=7 ctermbg=235 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