tinted-theming / base16-emacs

Base16 themes for Emacs
MIT License
382 stars 77 forks source link

Set terminal colors correctly #22

Closed belak closed 8 years ago

belak commented 8 years ago

The theme itself should be defined using (min-colors) rather than replacing the base0X variables.

This is more complicated than it should be because of how macros work and how deftheme is defined.