sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.15k stars 201 forks source link

remove color-theme support #213

Closed sellout closed 1 year ago

sellout commented 1 year ago

There is no longer any reason to support anything before Emacs 24.1.

Since custom themes (as opposed to color themes) have been supported from Emacs 23, there’s no longer any reason to support both.

Removing color-theme support will massively simplify the code and allow many of the improvements that have stagnated (e.g., light/dark toggling) to be completed.

This repo has gotten bogged down in complexity, so this should help get it on track again.