How to customize a light theme diff view #1435
Unanswered
kristofTman
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I believe it should just be default neovim highglights, so you can customize them (DiffAdd, DiffChange, DiffDelete, DiffText). Here is what im doing for example to blend the diff highlights with my neovim colorscheme background: https://github.com/deathbeam/dotfiles/blob/master/nvim/.config/nvim/lua/config/ui.lua#L32 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
is there a way to customize the layout of the diff view?
I am using a light theme and would prefer a matching layout for it.
Thanks for this awesome plugin!
Beta Was this translation helpful? Give feedback.
All reactions