nvim diffs

This commit is contained in:
Harivansh Rathi 2026-03-20 17:46:10 -04:00
parent 656fc2e81c
commit 4d816d3611
2 changed files with 4 additions and 4 deletions

View file

@ -37,8 +37,8 @@ return {
CursorLineNr = { bg = background },
CursorLine = { bg = surface },
FoldColumn = { bg = background },
DiffAdd = { bg = "#1e2718" },
DiffChange = { bg = "#1e1e18" },
DiffAdd = { bg = "#d9e8d2" },
DiffChange = { bg = "#eee4c7" },
DiffDelete = { bg = "#ffc7c7" },
},
}