From ec19718182e8f6e7c7cc4428f5aefb1b3db7f599 Mon Sep 17 00:00:00 2001 From: anmiller Date: Tue, 11 Jun 2024 20:21:07 +0000 Subject: [PATCH] Improve highlighting on selected pmenu --- vim/.vim/colors/halfdab.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/colors/halfdab.vim b/vim/.vim/colors/halfdab.vim index a2bee93..1bcf4f2 100644 --- a/vim/.vim/colors/halfdab.vim +++ b/vim/.vim/colors/halfdab.vim @@ -153,7 +153,7 @@ exe "hi! VertSplit" .s:fg_blue .s:bg_blue "{- This entire section was trying to troubleshoot why LSP popups where "{- showing up with red on pink text. exe "hi! Pmenu" .s:fg_default .s:bg_black -exe "hi! PmenuSel" .s:fg_default .s:bg_black +exe "hi! PmenuSel" .s:fg_black .s:bg_white exe "hi! PmenuSbar" .s:fg_default .s:bg_black exe "hi! PmenuThumb" .s:fg_default .s:bg_black