Remove references to Solarized themes

Solarized themes has been removed from the default distribution of
Spacemacs.
This commit is contained in:
Albin Ludvig Otterhäll 2016-02-19 21:02:21 +01:00 committed by syl20bnr
parent 9df123c40c
commit 9e3f75a36f
3 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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)

View File

@ -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 |