diff options
author | Amin Bandali <me@aminb.org> | 2015-05-10 21:03:40 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-05-10 21:03:40 -0400 |
commit | 844475a1cae7f9ea412f786514a69109b14f6694 (patch) | |
tree | f6d60294a7cb7a437170182f8831903861ec162f /spacemacs | |
parent | 77dd1e91bed258f2d29d6d7a9b6fb7dafd4f698b (diff) | |
download | configs-844475a1cae7f9ea412f786514a69109b14f6694.tar.gz configs-844475a1cae7f9ea412f786514a69109b14f6694.tar.xz configs-844475a1cae7f9ea412f786514a69109b14f6694.zip |
[spacemacs] switch to solarized (dark)
and change font size from 13 to 14
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index b288c48..f4c95e6 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -67,13 +67,13 @@ 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 '(gotham) + dotspacemacs-themes '(solarized-dark solarized-light) ;; 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 ;; size to make separators look not too crappy. dotspacemacs-default-font '("Source Code Pro" - :size 13 + :size 14 :weight normal :width normal :powerline-scale 1.1) |