fix: flatten SignColumn and GitSigns backgrounds to match Normal

This commit is contained in:
2026-04-15 11:16:28 -07:00
parent d69165b433
commit c9851bc173
+4 -4
View File
@@ -260,7 +260,7 @@ local function get_groups()
Question = { link = "DarkboxOrangeBold" },
WarningMsg = { link = "DarkboxRedBold" },
LineNr = { fg = colors.background_4 },
SignColumn = config.transparent_mode and { bg = nil } or { bg = colors.background_1 },
SignColumn = { bg = nil },
Folded = { fg = colors.gray, bg = colors.background_1, italic = config.italic.folds },
FoldColumn = config.transparent_mode and { fg = colors.gray, bg = nil }
or { fg = colors.gray, bg = colors.background_1 },
@@ -340,9 +340,9 @@ local function get_groups()
LspSignatureActiveParameter = { link = "Search" },
gitcommitSelectedFile = { link = "DarkboxGreen" },
gitcommitDiscardedFile = { link = "DarkboxRed" },
GitSignsAdd = { link = "DarkboxGreen" },
GitSignsChange = { link = "DarkboxOrange" },
GitSignsDelete = { link = "DarkboxRed" },
GitSignsAdd = { fg = colors.green },
GitSignsChange = { fg = colors.orange },
GitSignsDelete = { fg = colors.red },
NvimTreeSymlink = { fg = colors.neutral_aqua },
NvimTreeRootFolder = { fg = colors.neutral_purple, bold = true },
NvimTreeFolderIcon = { fg = colors.neutral_blue, bold = true },