emacs icon indicating copy to clipboard operation
emacs copied to clipboard

trailing-whitespace missing background

Open oscarfv opened this issue 5 years ago • 0 comments

trailing-whitespace only specifies foreground (which is useless for whitespace), not background, so default background is used and whitespace is invisible.

I suggest something like this:

-    `(trailing-whitespace ((,class (:foreground ,nord3))))
+    `(trailing-whitespace ((,class (:background ,nord15))))

Magenta is strong enough to act as a "warn" and is not confused with the red used for removed lines in diffs.

oscarfv avatar Aug 02 '19 12:08 oscarfv