Make DiffDelete more visible since it's shown in hunk preview
This commit is contained in:
parent
60cc9e5ffe
commit
efbbf79de7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue