nvim: change DiffAdd colors
Anirudh Oppiliappan x@icyphox.sh
Mon, 03 Jun 2024 15:05:33 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
nvim/colors/plain.lua
→
nvim/colors/plain.lua
@@ -156,7 +156,7 @@ cssImportant = { link = 'Keyword' },
cssProp = { link = 'Identifier' }, cssTagName = { link = 'Keyword' }, -- Diffs - DiffAdd = { bg = light_green }, + DiffAdd = { fg = green, bg = background }, DiffChange = { bg = highlight }, DiffDelete = { fg = red }, DiffText = { bg = light_yellow },