Reorder themes
This commit is contained in:
parent
98cfce9c40
commit
d0b38cd6bb
1 changed files with 2 additions and 2 deletions
|
|
@ -114,9 +114,9 @@ values."
|
|||
;; 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
|
||||
;; with 2 themes variants, one dark and one light)
|
||||
dotspacemacs-themes '(smyx
|
||||
dotspacemacs-themes '(monokai
|
||||
molokai
|
||||
monokai)
|
||||
smyx)
|
||||
;; If non nil the cursor color matches the state color in GUI Emacs.
|
||||
dotspacemacs-colorize-cursor-according-to-state t
|
||||
;; Default font. `powerline-scale' allows to quickly tweak the mode-line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue