Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trailing-whitespace missing background #79

Open
oscarfv opened this issue Aug 2, 2019 · 0 comments
Open

trailing-whitespace missing background #79

oscarfv opened this issue Aug 2, 2019 · 0 comments

Comments

@oscarfv
Copy link

oscarfv commented Aug 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants