X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/3048653e82448286188b95e6cc9f1653b47f0115..af057af116dfec5a14c37d51aa5e1ab156b9186f:/spacemacs/.spacemacs

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)