all repos — dotfiles @ 98fdf978aec99161348d340ce20e463aca129c1c

my *nix dotfiles

nvim: change DiffAdd colors
Anirudh Oppiliappan x@icyphox.sh
Mon, 03 Jun 2024 15:05:33 +0300
commit

98fdf978aec99161348d340ce20e463aca129c1c

parent

df4f1038a6a0e9e406776296665d816e8285acac

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M nvim/colors/plain.luanvim/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 },