From cdb1fb4c46b8811a44516c84397f2f668bf658d9 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 14 Oct 2022 01:35:09 +0200 Subject: Add fg to DiffDelete --- lua/no-clown-fiesta/highlights.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 67a09e2..f435511 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -35,7 +35,7 @@ function M.highlight(palette, opts) DiffChange = { bg = palette.neogit_blue, }, - DiffDelete = { bg = palette.neogit_red }, + DiffDelete = { fg = palette.bg, bg = palette.neogit_red }, QuickFixLine = { bg = palette.accent }, PmenuSbar = { bg = palette.alt_bg }, PmenuThumb = { bg = palette.light_gray }, -- cgit v1.2.3-70-g09d2