diff --git a/layers/+themes/colors/config.el b/layers/+themes/colors/config.el index bfda18d8d..c34f9d454 100644 --- a/layers/+themes/colors/config.el +++ b/layers/+themes/colors/config.el @@ -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.")