dracula/gitk

Background colour of new & old lines in the diff not set by theme

cueman opened this issue · 1 comments

The theme does not set the background colour for lines in the diff view. In a dark mode, the background of new lines is particularly jarring. This is what it looks like.

gitk-without-colours

This can be changed by adding lines like this (with colours to your taste) in the config file ~/.config/git/gitk:

set diffbgcolors {#443333 #334433}

which would produce something like this:
gitk-with-colours

Thanks @cueman, I think this has been fixed by #5 . Are you still having this issue?