diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 22:41:20 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 22:41:20 +0200 |
commit | 467c59d6061106ac068e3f7baab3852ec1b54e63 (patch) | |
tree | 1a830a3d82c28e6a525c8c15a73ebccd0732ee60 | |
parent | c932346f37285b81cef6c07b3a3422a286ec937c (diff) |
Update hl header in neogit
-rw-r--r-- | lua/no-clown-fiesta/Neogit.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Neogit.lua b/lua/no-clown-fiesta/Neogit.lua index 94da073..e5da9d1 100644 --- a/lua/no-clown-fiesta/Neogit.lua +++ b/lua/no-clown-fiesta/Neogit.lua @@ -6,7 +6,7 @@ local Neogit = { NeogitDiffDeleteHighlight = { fg = C.sign_delete, bg = C.neogit_light_red }, NeogitDiffContextHighlight = { fg = C.fg, bg = C.accent }, NeogitHunkHeader = { fg = C.fg, bg = C.alt_bg }, - NeogitHunkHeaderHighlight = { fg = C.fg, bg = C.accent }, + NeogitHunkHeaderHighlight = { fg = C.fg, bg = C.gray }, NeogitDiffAdd = { fg = C.sign_add, bg = C.neogit_green }, NeogitDiffDelete = { fg = C.sign_delete, bg = C.neogit_red }, } |