Fix: GitSigns background does not match the rest of the gutter
This commit is contained in:
parent
9d2dc5a389
commit
c04978b059
|
@ -40,6 +40,9 @@ return {
|
||||||
TodoCommentHint = { fg = palette.bright_aqua },
|
TodoCommentHint = { fg = palette.bright_aqua },
|
||||||
TodoCommentTest = { fg = palette.bright_purple },
|
TodoCommentTest = { fg = palette.bright_purple },
|
||||||
TodoCommentDefault = { fg = palette.bright_blue },
|
TodoCommentDefault = { fg = palette.bright_blue },
|
||||||
|
GitSignsAdd = { link = "GruvboxGreenSign" },
|
||||||
|
GitSignsChange = { link = "GruvboxAquaSign" },
|
||||||
|
GitSignsDelete = { link = "GruvboxRedSign" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user