srcery-colors / srcery-emacs

The dark color scheme for Emacs/Spacemacs. GUI and terminal support
https://srcery.sh
131 stars 6 forks source link

Fix lots of warnings about `nil` being invalid as foreground/background value #13

Closed kenranunderscore closed 1 year ago

kenranunderscore commented 1 year ago

I've seen lots of these warnings for various faces:

Warning: setting attribute ‘:background’ of face ‘whitespace-space’: nil value is invalid, use ‘unspecified’ instead. [3 times]

I fixed these by following the advice and using 'unspecified wherever I found nil for either :foreground or :background.

roosta commented 1 year ago

Brilliant! thanks for this :)