highlight

This commit is contained in:
Bryan Ramos 2023-08-23 17:37:39 -04:00
parent d1f7ca93fd
commit 27f0b36465

View file

@ -23,4 +23,7 @@ vim.opt.swapfile = false
vim.opt.backup = false
vim.opt.undofile = true
vim.o.termguicolors = true
vim.opt.guicursor = "n-v-c:block,i:block,r:block"
vim.cmd [[highlight PmenuSel guifg=#53565d guibg=#f0c981]]