set search color with more contrast

This commit is contained in:
Oliver Hartmann 2022-11-19 13:14:36 +01:00
parent 11140c602e
commit 0b17bf0cfb

View File

@ -1,2 +1,3 @@
vim.g.gruvbox_flat_style = "dark"
vim.g.gruvbox_colors = { bg_search = 'purple', fg_search = 'black'}
vim.cmd('colorscheme gruvbox-flat')