diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 0fb485ba3..eda2c080a 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -510,6 +510,7 @@ Other: - Changed =dotspacemacs-default-font= =:size= from =13= (pixel size) to =10.0= (point size) (thanks to Aaron Zeng and duianto) - Updated the list of =base16= themes (thanks to kenranunderscore) + - Updated the list of =solarized= themes (thanks to Muneeb Shaikh) - Added a =spacemacs-layouts-restrict-spc-tab= variable to =spacemacs/alternate-buffer= that restricts ~SPC-TAB~ to the current layouts buffers (default: =nil=) (thanks to Thanh Vuong) diff --git a/core/core-themes-support.el b/core/core-themes-support.el index 8a1dacb89..339e914d6 100644 --- a/core/core-themes-support.el +++ b/core/core-themes-support.el @@ -202,7 +202,13 @@ (doom-vibrant . doom-themes) (doom-wilmersdorf . doom-themes) (solarized-light . solarized-theme) + (solarized-light-high-contrast . solarized-theme) (solarized-dark . solarized-theme) + (solarized-dark-high-contrast . solarized-theme) + (solarized-gruvbox-dark . solarized-theme) + (solarized-gruvbox-light . solarized-theme) + (solarized-wombat-dark . solarized-theme) + (solarized-zenburn . solarized-theme) (spacemacs-light . spacemacs-theme) (spacemacs-dark . spacemacs-theme) (colorsarenice-dark . colorsarenice-theme)