ad difftext hl group, fix (#144)

This commit is contained in:
siduck 2022-11-27 08:56:25 +05:30
parent 72a1b20d7a
commit b00f6c076b

View file

@ -31,6 +31,11 @@ return {
fg = colors.red,
},
DiffText = {
fg = colors.white,
bg = colors.black2
},
-- git commits
gitcommitOverflow = {
fg = theme.base08,