Skip to content

Commit ac3a221

Browse files
authored
feat(neogit): update hunk header colors (#170)
1 parent 0a3fb36 commit ac3a221

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lua/astrotheme/groups/plugins/neogit.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ local function callback(c)
2828
bg = c.ui.text_inactive,
2929
fg = c.ui.text_active,
3030
},
31+
NeogitHunkHeaderHighlight = {
32+
bg = c.ui.purple,
33+
fg = c.ui.base,
34+
},
35+
NeogitHunkHeaderCursor = {
36+
bg = c.ui.purple,
37+
fg = c.ui.base,
38+
},
3139
}
3240
end
3341

0 commit comments

Comments
 (0)