fixing diff colors
This commit is contained in:
parent
eb5d9df342
commit
d753cf714a
@ -195,8 +195,10 @@ M.setup = function()
|
|||||||
hi("@tag.attribute", { fg = colors.orange.gui, ctermfg = colors.orange.cterm })
|
hi("@tag.attribute", { fg = colors.orange.gui, ctermfg = colors.orange.cterm })
|
||||||
hi("@tag.delimiter", { fg = colors.foreground.gui, ctermfg = colors.foreground.cterm })
|
hi("@tag.delimiter", { fg = colors.foreground.gui, ctermfg = colors.foreground.cterm })
|
||||||
-- Set up highlight links separately
|
-- Set up highlight links separately
|
||||||
vim.api.nvim_set_hl(0, "diffRemoved", { link = "Constant" })
|
hi("diffRemoved", { fg = colors.red.gui, ctermfg = colors.red.cterm })
|
||||||
vim.api.nvim_set_hl(0, "diffAdded", { link = "Special" })
|
hi("diffAdded", { fg = colors.green.gui, ctermfg = colors.green.cterm })
|
||||||
|
-- vim.api.nvim_set_hl(0, "diffRemoved", { link = "Constant" })
|
||||||
|
-- vim.api.nvim_set_hl(0, "diffAdded", { link = "Special" })
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user