Colors: Extended built-in theme list, and added better defaults

Added support for 9 new themes, and updated the defaults
for some old definitions to much more closely match the "spirit"
of each theme's individual intended brightness
and saturation level.
This commit is contained in:
SteveJobzniak 2016-12-12 06:30:15 +01:00 committed by Eivind Fonn
parent a6b1da5624
commit 22749ced59

View file

@ -25,14 +25,25 @@ programming language buffers.")
"The rainbow-identifiers lightness value to use for themes that lack per-theme settings.")
(defvar colors-theme-identifiers-sat&light
'((jazz . (50 55))
'(
(doom-molokai . (50 95))
(doom-one . (50 90))
(flatland . (40 80))
(gotham . (45 60))
(leuven . (100 40))
(material . (95 105))
(gruvbox . (55 90))
(jazz . (50 55))
(leuven . (95 40))
(material . (70 100))
(material-light . (70 30))
(monokai . (55 60))
(sanityinc-tomorrow-blue . (40 95))
(sanityinc-tomorrow-eighties . (30 85))
(solarized-dark . (65 55))
(solarized-light . (60 55))
(spacemacs-light . (65 45))
(spacemacs-dark . (125 100))
(zenburn . (40 65)))
(spacemacs-dark . (45 70))
(spacemacs-light . (60 45))
(subatomic . (35 90))
(subatomic256 . (30 85))
(zenburn . (40 65))
)
"alist of theme symbols and pair of saturation and lightness values.")