From f0c740741e990ead0bb9be4ab4f16564fb475329 Mon Sep 17 00:00:00 2001 From: sudacode Date: Fri, 10 Mar 2023 12:24:45 -0800 Subject: [PATCH] fix some highlighting in catppuccin --- init.vim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/init.vim b/init.vim index 681087c..7cef0f0 100644 --- a/init.vim +++ b/init.vim @@ -76,7 +76,9 @@ command! Ovewrite execute ":w !sudo tee %" command! PS execute ":PackerSync" command! Aniwrapper execute ":FloatermNew aniwrapper -qtdoomone -D 144" -set termguicolors +" set termguicolors " colorscheme doom-one -colorscheme onedark -" colorscheme catppuccin +" colorscheme onedark +colorscheme catppuccin +highlight Pmenu ctermfg=white ctermbg=black gui=NONE guifg=white guibg=#282C34 +highlight PmenuSel guifg=purple guibg=red