refactor(nvim): modify Visual highlight to be more visible
This commit is contained in:
parent
db00254bf2
commit
948bb9007c
@ -39,6 +39,7 @@ return {
|
|||||||
vim.api.nvim_set_hl(0, "NvimNotifyTrace", { fg = colors.oniViolet })
|
vim.api.nvim_set_hl(0, "NvimNotifyTrace", { fg = colors.oniViolet })
|
||||||
|
|
||||||
local overrides = {
|
local overrides = {
|
||||||
|
Visual = { bg = "#1d3554" },
|
||||||
DiffAdd = { bg = colors.winterGreen, fg = colors.autumnGreen },
|
DiffAdd = { bg = colors.winterGreen, fg = colors.autumnGreen },
|
||||||
DiffDelete = { bg = colors.winterRed, fg = colors.autumnRed },
|
DiffDelete = { bg = colors.winterRed, fg = colors.autumnRed },
|
||||||
NeogitPopupSectionTitle = { fg = colors.crystalBlue },
|
NeogitPopupSectionTitle = { fg = colors.crystalBlue },
|
||||||
|
Loading…
Reference in New Issue
Block a user