Add documentation for spacemacs-theme

This commit is contained in:
syl20bnr 2015-07-05 00:02:37 -04:00
parent 9213c6b7f2
commit 34e7454d11
1 changed files with 10 additions and 4 deletions

View File

@ -649,14 +649,20 @@ enjoyable:
- [[#errors-handling][custom fringe bitmaps]] and error feedbacks for [[https://github.com/flycheck/flycheck][Flycheck]]
*** Color themes
By default, =Spacemacs= uses the theme [[https://github.com/bbatsov/solarized-emacs][solarized-light]].
The official =Spacemacs= theme is [[https://github.com/nashamri/spacemacs-theme][spacemacs-dark]] and it is the default theme
installed when you first started =Spacemacs=. There are two variants of the
theme, a dark one and a light one. Some aspect of these themes can be customized
in the function =dotspacemacs/init= of your =~/.spacemacs=:
- the comment background with the boolean =spacemacs-theme-comment-bg=
- 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 =leuven= and =zenburn=
(high contrast theme and low contrast theme):
variable =dotspacemacs-themes=. For instance, to specify =solarized-light=,
=leuven= and =zenburn=:
#+begin_src emacs-lisp
(setq-default dotspacemacs-themes '(leuven zenburn))
(setq-default dotspacemacs-themes '(solarized-light leuven zenburn))
#+end_src
| Key Binding | Description |