diff options
Diffstat (limited to 'spacemacs/.spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 669f12e..4a88520 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -69,7 +69,8 @@ before layers configuration." ;; 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 '(solarized-dark solarized-light) + ;; dotspacemacs-themes '(leuven sanityinc-tomorrow-night solarized-dark solarized-light) + dotspacemacs-themes '(gotham) ;; If non nil the cursor color matches the state color. dotspacemacs-colorize-cursor-according-to-state t ;; Default font. `powerline-scale' allows to quickly tweak the mode-line |