diff --git a/core/core-dotspacemacs.el b/core/core-dotspacemacs.el index cbe7f4031..1470ddb81 100644 --- a/core/core-dotspacemacs.el +++ b/core/core-dotspacemacs.el @@ -120,8 +120,6 @@ when the current branch is not `develop'") (defvar dotspacemacs-themes '(spacemacs-dark spacemacs-light - solarized-dark - solarized-light leuven) "List of themes, the first of the list is loaded when spacemacs starts. Press `SPC T n' to cycle to the next theme in the list (works great diff --git a/core/templates/.spacemacs.template b/core/templates/.spacemacs.template index 37808d7f1..5f2fdde81 100644 --- a/core/templates/.spacemacs.template +++ b/core/templates/.spacemacs.template @@ -117,8 +117,6 @@ values." ;; with 2 themes variants, one dark and one light) dotspacemacs-themes '(spacemacs-dark spacemacs-light - solarized-light - solarized-dark leuven monokai zenburn) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 3c88e9d32..9cae89782 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -873,11 +873,11 @@ in the function =dotspacemacs/user-init= of your =~/.spacemacs=: - the height of org section titles with =spacemacs-theme-org-height= It is possible to define your default themes in your =~/.spacemacs= with the -variable =dotspacemacs-themes=. For instance, to specify =solarized-light=, +variable =dotspacemacs-themes=. For instance, to specify =spacemacs-light=, =leuven= and =zenburn=: #+BEGIN_SRC emacs-lisp -(setq-default dotspacemacs-themes '(solarized-light leuven zenburn)) +(setq-default dotspacemacs-themes '(spacemacs-light leuven zenburn)) #+END_SRC | Key Binding | Description |