diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-14 01:33:20 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-14 01:33:20 +0200 |
commit | 7c977ba5de8abe04b47a3a9755557d3417257f53 (patch) | |
tree | 2c029159b4accd4a9ba849d09e7d041e5fad98e7 /lua/no-clown-fiesta | |
parent | 41ff522a1d17085482760870deb494bc8a4cae86 (diff) |
Add DiffText
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index d03fa0e..67a09e2 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -31,6 +31,7 @@ function M.highlight(palette, opts) VisualNOS = { bg = palette.alt_bg }, WarningMsg = { fg = palette.error_red, bg = palette.bg }, DiffAdd = { bg = palette.neogit_green }, + DiffText = { bg = palette.neogit_blue }, DiffChange = { bg = palette.neogit_blue, }, |