From 9c520449fbfabec8d72261f45220f4e2992bcb36 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 7 May 2018 19:01:36 +0100 Subject: [PATCH] pmenu light --- vim/colors/monotonous.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index 3cde38c..fe6cfe2 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -44,9 +44,10 @@ call SetColor('MoreMsg', '#c6c6c6', '', '', '', '') call SetColor('NonText', '#767676', '', '', '', '') call SetColor('Pmenu', '#585858', '#121212', '#666666', '#cccccc', '') call SetColor('PmenuSel', '#b2b2b2', '#121212', '#333333', '#c7c7c7', '') -" PmenuSbar -" PmenuThumb -call SetColor('Question', '#c6c6c6', '', '', '', '') +call SetColor('PmenuSbar', '#333333', '#121212', '', '#c0c0c0', '') +call SetColor('PmenuThumb', '#333333', '#121212', '', '#aaaaaa', '') + +call SetColor('Question', '#c6c6c6', '', '', '#333333', 'italic') call SetColor('QuickFixLine', '#ff0000', '', '', '', '') call SetColor('Search', '#ffffff', '', '', '', '') call SetColor('IncSearch', '#000000', '#ffffff', '', '', '')