summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-03-09 22:59:49 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-03-09 22:59:49 +0100
commitbce52065a0919135339e62ec50d20f5736e852df (patch)
treea6491af03b70f9476fdbee174fe56874de78d5e4
parentbfa34c8e9a27ec2e4262f9a894b1a38d7a2fc661 (diff)
Update diff change and delete fg colors
-rw-r--r--lua/no-clown-fiesta/groups/highlights.lua3
1 files changed, 2 insertions, 1 deletions
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 },