From 0ce1d881734bf15dac7516bcdef2ff20ccacf5cc Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Sat, 5 Apr 2025 16:37:09 -0400 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