From bce52065a0919135339e62ec50d20f5736e852df Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 9 Mar 2023 22:59:49 +0100 Subject: Update diff change and delete fg colors --- lua/no-clown-fiesta/groups/highlights.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua index 1fb7ee4..8eb1ad9 100644 --- a/lua/no-clown-fiesta/groups/highlights.lua +++ b/lua/no-clown-fiesta/groups/highlights.lua @@ -40,9 +40,10 @@ function M.highlight(palette, opts) DiffAdd = { bg = palette.neogit_green }, DiffText = { bg = palette.neogit_blue }, DiffChange = { + fg = palette.sign_change, bg = palette.neogit_blue, }, - DiffDelete = { fg = palette.bg, bg = palette.neogit_red }, + DiffDelete = { fg = palette.sign_delete, bg = palette.neogit_red }, QuickFixLine = { bg = palette.accent }, PmenuSbar = { bg = palette.alt_bg }, PmenuThumb = { bg = palette.light_gray }, -- cgit v1.2.3-70-g09d2