diff --git a/vim/.vim/colors/halfdab.vim b/vim/.vim/colors/halfdab.vim index e9aca64..a2bee93 100644 --- a/vim/.vim/colors/halfdab.vim +++ b/vim/.vim/colors/halfdab.vim @@ -150,6 +150,13 @@ exe "hi! CursorColumn" .s:fmt_none .s:bg_blue 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! PmenuSbar" .s:fg_default .s:bg_black +exe "hi! PmenuThumb" .s:fg_default .s:bg_black + "if &background == "light" " highlight Normal ctermfg=0 ctermbg=15 "endif