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