nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
596 stars 113 forks source link

Fix term colors #158

Closed jdek closed 4 years ago

jdek commented 4 years ago

The term-color-* faces are weird in that they need both :foreground and :background set in order to work correctly.

https://raw.githubusercontent.com/fikovnik/bin-scripts/master/color-test.sh does not work correctly on the current version, the background does not change at all. I initially thought it was wrong but this change seems to work, at least for me.

The Nord theme does this as well: https://github.com/arcticicestudio/nord-emacs/blob/2fc8fe41105d995a8c5d2bad0443ad3ae45c2573/nord-theme.el#L278-L285

nashamri commented 4 years ago

Thanks @jdek :+1: