This commit is contained in:
Harivansh Rathi 2026-02-06 21:51:17 -05:00
parent 86aec93ce8
commit 0004dcf797
2 changed files with 7 additions and 2 deletions

View file

@ -25,7 +25,12 @@ return {
inverse = true,
contrast = "hard",
palette_overrides = {},
overrides = {},
overrides = {
DiffAdd = { bg = "#26332c" },
DiffDelete = { bg = "#3c2424" },
DiffChange = { bg = "#2e2e1f" },
DiffText = { bg = "#4a4a00", bold = true },
},
dim_inactive = false,
transparent_mode = true,
})