From 3f384c48bd03d65ebf9f140e5cd6fa4fc0f5869b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 10 Jul 2022 01:17:43 +0200 Subject: Update neogit colors --- lua/no-clown-fiesta/Neogit.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/no-clown-fiesta/Neogit.lua b/lua/no-clown-fiesta/Neogit.lua index a95982c..2614f5e 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.alt_bg }, - NeogitDiffDeleteHighlight = { fg = C.red, bg = C.alt_bg }, - NeogitDiffContextHighlight = { fg = C.fg, bg = C.alt_bg }, - NeogitHunkHeader = { fg = C.fg, bg = C.alt_bg }, - NeogitHunkHeaderHighlight = { fg = C.fg, bg = C.alt_bg }, + 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 }, } return Neogit -- cgit v1.2.3-70-g09d2