Fix: GitSigns background does not match the rest of the gutter

This commit is contained in:
Dreaded_X 2024-04-19 03:41:47 +02:00
parent 9d2dc5a389
commit c04978b059
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -40,6 +40,9 @@ return {
TodoCommentHint = { fg = palette.bright_aqua },
TodoCommentTest = { fg = palette.bright_purple },
TodoCommentDefault = { fg = palette.bright_blue },
GitSignsAdd = { link = "GruvboxGreenSign" },
GitSignsChange = { link = "GruvboxAquaSign" },
GitSignsDelete = { link = "GruvboxRedSign" },
},
})