diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-10 01:29:00 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-10 01:29:00 +0200 |
commit | d7bc04cb2fbfc56c40815e975cb1447cc316cb72 (patch) | |
tree | 12ea9dee10fed2bca88056627916c57b1f6fc08c /lua/no-clown-fiesta/Neogit.lua | |
parent | 3f384c48bd03d65ebf9f140e5cd6fa4fc0f5869b (diff) |
Update neogit colors
Diffstat (limited to 'lua/no-clown-fiesta/Neogit.lua')
-rw-r--r-- | lua/no-clown-fiesta/Neogit.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/no-clown-fiesta/Neogit.lua b/lua/no-clown-fiesta/Neogit.lua index 2614f5e..d31bcbb 100644 --- a/lua/no-clown-fiesta/Neogit.lua +++ b/lua/no-clown-fiesta/Neogit.lua @@ -2,11 +2,11 @@ local Neogit = { NeogitNotificationInfo = { fg = C.green }, NeogitNotificationWarning = { fg = C.warning_orange }, NeogitNotificationError = { fg = C.red }, - NeogitDiffAddHighlight = { fg = C.green, bg = C.gray }, - NeogitDiffDeleteHighlight = { fg = C.red, bg = C.gray }, - NeogitDiffContextHighlight = { fg = C.fg, bg = C.gray }, - NeogitHunkHeader = { fg = C.fg, bg = C.accent }, - NeogitHunkHeaderHighlight = { fg = C.fg, bg = C.accent }, + NeogitDiffAddHighlight = { fg = C.green, bg = C.accent }, + NeogitDiffDeleteHighlight = { fg = C.red, bg = C.accent }, + NeogitDiffContextHighlight = { fg = C.fg, bg = C.accent }, + NeogitHunkHeader = { fg = C.fg, bg = C.gray_blue }, + NeogitHunkHeaderHighlight = { fg = C.fg, bg = C.gray }, } return Neogit |