diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 00:45:18 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-11 00:45:18 +0200 |
commit | c8bf45e47b9721101812411a6b492b5fb332847d (patch) | |
tree | 699b745dbdca434e1689b1ca4769224f317fdc84 | |
parent | 27abb68cb039e2c015f4e479db2ff671db4d1432 (diff) |
Change neogit context fg
-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 5c9aac3..001c59a 100644 --- a/lua/no-clown-fiesta/Neogit.lua +++ b/lua/no-clown-fiesta/Neogit.lua @@ -4,7 +4,7 @@ local Neogit = { NeogitNotificationError = { fg = C.sign_delete }, NeogitDiffAddHighlight = { fg = C.sign_add, bg = C.neogit_light_green }, NeogitDiffDeleteHighlight = { fg = C.sign_delete, bg = C.neogit_light_red }, - NeogitDiffContextHighlight = { fg = C.light_gray, bg = C.alt_bg }, + NeogitDiffContextHighlight = { fg = C.fg, bg = C.bg }, NeogitHunkHeader = { fg = C.fg, bg = C.alt_bg }, NeogitHunkHeaderHighlight = { fg = C.fg, bg = C.accent }, NeogitDiffAdd = { fg = C.sign_add, bg = C.neogit_green }, |