diff options
author | Eric Pershke <erson.99.cool@gmail.com> | 2025-01-25 16:31:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 14:31:04 +0100 |
commit | 9088d0c19ff9015a566198a0b4406fcba0f89c1f (patch) | |
tree | 81ae34f48f120a352711f493a1ce33f7eb9d9388 /lua/no-clown-fiesta/groups/highlights.lua | |
parent | 6453c0ca2f31607829457694b4208c1f612fdd61 (diff) |
Add diffview plugin support (#51)
Diffstat (limited to 'lua/no-clown-fiesta/groups/highlights.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/highlights.lua | 2 |
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 ffefd44..04e9f9b 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 = { bg = palette.accent_blue }, + DiffText = { fg = palette.fg, bg = palette.sign_change }, Changed = { fg = palette.sign_change, }, |