summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/groups/highlights.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2025-01-26 22:17:30 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2025-01-26 22:17:30 +0100
commit2f57d1115e246b62a1a81bba806fe79aaa53b610 (patch)
treeb7b1dc666b9ea08cf47b7ea38ff72196b03cae0c /lua/no-clown-fiesta/groups/highlights.lua
parent9088d0c19ff9015a566198a0b4406fcba0f89c1f (diff)
Update diff palette wipHEADmaster
Diffstat (limited to 'lua/no-clown-fiesta/groups/highlights.lua')
-rw-r--r--lua/no-clown-fiesta/groups/highlights.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua
index 04e9f9b..eab09cb 100644
--- a/lua/no-clown-fiesta/groups/highlights.lua
+++ b/lua/no-clown-fiesta/groups/highlights.lua
@@ -51,7 +51,7 @@ function M.highlight(palette, opts)
VisualNOS = { bg = palette.alt_bg },
WarningMsg = { fg = palette.error, bg = palette.bg },
DiffAdd = { bg = palette.accent_green },
- DiffText = { fg = palette.fg, bg = palette.sign_change },
+ DiffText = { fg = palette.fg, bg = palette.accent_lighter_blue },
Changed = {
fg = palette.sign_change,
},