Make DiffDelete more visible since it's shown in hunk preview

This commit is contained in:
Fábio André Damas 2025-04-02 18:33:02 +01:00
parent 60cc9e5ffe
commit efbbf79de7

View file

@ -9,7 +9,7 @@ return {
dim_inactive = true,
on_highlights = function(highlights)
-- Make delete sections in diff look better
highlights["DiffDelete"]["fg"] = "#212331"
highlights["DiffDelete"]["fg"] = "#3e415b"
end,
})
vim.cmd.colorscheme "tokyonight-night"