Skip to content

Commit c858976

Browse files
committed
feat(hlgroups): change neogit section header color
1 parent 63b546e commit c858976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/leaf/hlgroups.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ function M.setup(colors, config)
212212
NeogitNotificationInfo = { link = "DiagnosticInfo" },
213213
NeogitNotificationWarning = { link = "DiagnosticWarn" },
214214
NeogitNotificationError = { link = "DiagnosticError" },
215-
NeogitSectionHeader = { bg = colors.bg0, fg = colors.brown1, style = "bold" },
215+
NeogitSectionHeader = { bg = colors.bg0, fg = colors.teal1, style = "bold" },
216216
NeogitHunkHeader = { bg = colors.bg0, fg = colors.aqua1, style = "bold" },
217217
NeogitDiffContext = { bg = colors.bg0 },
218218
NeogitDiffAdd = { fg = colors.green1 },
219219
NeogitDiffDelete = { fg = colors.red1 },
220220
NeogitDiffHeader = { fg = colors.purple1 },
221-
NeogitSectionHeaderHighlight = { bg = colors.bg0, fg = colors.brown0, style = "bold" },
221+
NeogitSectionHeaderHighlight = { bg = colors.bg0, fg = colors.teal0, style = "bold" },
222222
NeogitHunkHeaderHighlight = { bg = colors.bg0, fg = colors.aqua0, style = "bold" },
223223
NeogitDiffContextHighlight = { bg = colors.bg0 },
224224
NeogitDiffAddHighlight = { fg = colors.green0, style = "bold" },

0 commit comments

Comments
 (0)