diff options
author | Amin Bandali <me@aminb.org> | 2015-05-26 22:41:43 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-05-26 22:41:43 -0400 |
commit | 37cd1e870586a430e5b0ff4988107209332f1f8f (patch) | |
tree | 3077b6d687969eb2af25807a17eb0e37fb638ff8 /spacemacs/.spacemacs | |
parent | 38acf911aefbf0446fcea6d68f6685bba6f8dc91 (diff) | |
download | configs-37cd1e870586a430e5b0ff4988107209332f1f8f.tar.gz configs-37cd1e870586a430e5b0ff4988107209332f1f8f.tar.xz configs-37cd1e870586a430e5b0ff4988107209332f1f8f.zip |
[x,vim,spacemacs] switch back to gotham
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 |