From f615572ebf4d48042c2c7b4595bc7371b0111d9d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 10 Jul 2022 01:39:06 +0200 Subject: Add sign colors to neogit notifications --- lua/no-clown-fiesta/Neogit.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/no-clown-fiesta/Neogit.lua b/lua/no-clown-fiesta/Neogit.lua index 76438a2..3cbf906 100644 --- a/lua/no-clown-fiesta/Neogit.lua +++ b/lua/no-clown-fiesta/Neogit.lua @@ -1,7 +1,7 @@ local Neogit = { - NeogitNotificationInfo = { fg = C.green }, + NeogitNotificationInfo = { fg = C.sign_add }, NeogitNotificationWarning = { fg = C.warning_orange }, - NeogitNotificationError = { fg = C.red }, + NeogitNotificationError = { fg = C.sign_delete }, NeogitDiffAddHighlight = { fg = C.sign_add, bg = C.accent }, NeogitDiffDeleteHighlight = { fg = C.sign_delete, bg = C.accent }, NeogitDiffContextHighlight = { fg = C.fg, bg = C.accent }, -- cgit v1.2.3-70-g09d2