waymondo / apropospriate-theme

A colorful, low-contrast, light & dark theme set for Emacs with a fun name
310 stars 19 forks source link

Use fixed values for lighter / darker variations, slightly darken default light background #40

Closed waymondo closed 2 years ago

waymondo commented 2 years ago

A bug was fixed in Emacs 29 to change the behavior of (color-lighten-hsl) which makes the spectrum of dynamic color variation in the theme too subtle. I'm resolving this by setting explicit values for these previous dynamic values.

I'm also slightly darkening the default light background value, so there is a bit more room for color variation as lighter versions approach pure white.

closes #39