summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-14 01:33:20 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-14 01:33:20 +0200
commit7c977ba5de8abe04b47a3a9755557d3417257f53 (patch)
tree2c029159b4accd4a9ba849d09e7d041e5fad98e7
parent41ff522a1d17085482760870deb494bc8a4cae86 (diff)
Add DiffText
-rw-r--r--lua/no-clown-fiesta/highlights.lua1
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,
},