summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-14 01:35:09 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-14 01:35:09 +0200
commitcdb1fb4c46b8811a44516c84397f2f668bf658d9 (patch)
treeddd9d0d0e28acfabac8761d78d4a4ffa85159927
parent7c977ba5de8abe04b47a3a9755557d3417257f53 (diff)
Add fg to DiffDelete
-rw-r--r--lua/no-clown-fiesta/highlights.lua2
1 files changed, 1 insertions, 1 deletions
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 },