refactor(nvim): modify Visual highlight to be more visible

This commit is contained in:
Price Hiller 2023-09-02 16:33:52 -05:00
parent db00254bf2
commit 948bb9007c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -39,6 +39,7 @@ return {
vim.api.nvim_set_hl(0, "NvimNotifyTrace", { fg = colors.oniViolet })
local overrides = {
Visual = { bg = "#1d3554" },
DiffAdd = { bg = colors.winterGreen, fg = colors.autumnGreen },
DiffDelete = { bg = colors.winterRed, fg = colors.autumnRed },
NeogitPopupSectionTitle = { fg = colors.crystalBlue },