optim: updated colors to no longer need brighten

This commit is contained in:
Folke Lemaitre
2022-09-05 16:56:39 +02:00
parent 426aed0670
commit 9268b4c39f

View File

@@ -57,9 +57,9 @@ function M.setup(opts)
} }
colors.gitSigns = { colors.gitSigns = {
add = util.brighten("#164846", 0.2), add = "#266d6a",
change = util.brighten("#394b70", 0.2), change = "#536c9e",
delete = util.brighten("#823c41", 0.2), delete = "#b2555b",
} }
colors.git.ignore = colors.dark3 colors.git.ignore = colors.dark3