fixed visual selection in gruvbox baby

This commit is contained in:
Oliver Hartmann 2022-08-09 14:47:05 +02:00
parent 4a21802429
commit 1ba7731c16

View File

@ -1,2 +1,4 @@
vim.g.gruvbox_baby_telescope_theme = 1
local colors = require("gruvbox-baby.colors").config()
vim.g.gruvbox_baby_highlights = {Visual = {bg = '#384741'}}
vim.cmd[[colorscheme gruvbox-baby]]