Open luispauloml opened 2 years ago
Thanks for the report. We could use 'nano-faded' or 'highlight' instead, what do you think?
Several magit-diff
faces and magit-section-highlight
, which are the backgrounds on which magit-diff-whitespace-warning
appears, already inherit from highlight
, thus this change would render it invisible again.
As for nano-faded
, it wouldn't work because it does not change the background, so it would have to be nano-faded-i
. The result looks good on nano-dark
, but I think it is too dark for nano-light
, which is the one I use:
If it would change to nano-faded-i
, I would still keep using trailing-whitespace
in nano-light
.
In fact, I liked the result for both themes, as seen in opening of this issue, so removing customization of magit-diff-whitespace-warning
from nano-theme
in order for it to keep being trailing-whitespace
is my suggestion for both themes
Thanks. I've pushed a fix (using nano-subtle
)
magit-diff-whitespace-warning
is set tonano-default
which makes it invisible against the background in which it is intended to appear.