|
@@ -126,17 +126,18 @@ values."
|
126
|
126
|
;; List of themes, the first of the list is loaded when spacemacs starts.
|
127
|
127
|
;; Press <SPC> T n to cycle to the next theme in the list (works great
|
128
|
128
|
;; with 2 themes variants, one dark and one light)
|
129
|
|
- dotspacemacs-themes '(spacemacs-dark
|
|
129
|
+ dotspacemacs-themes '(solarized-light
|
|
130
|
+ spacemacs-dark
|
130
|
131
|
spacemacs-light)
|
131
|
132
|
;; If non nil the cursor color matches the state color in GUI Emacs.
|
132
|
133
|
dotspacemacs-colorize-cursor-according-to-state t
|
133
|
134
|
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
|
134
|
135
|
;; quickly tweak the mode-line size to make separators look not too crappy.
|
135
|
|
- dotspacemacs-default-font '("Source Code Pro"
|
136
|
|
- :size 13
|
|
136
|
+ dotspacemacs-default-font '("Ubuntu Mono"
|
|
137
|
+ :size 16
|
137
|
138
|
:weight normal
|
138
|
139
|
:width normal
|
139
|
|
- :powerline-scale 1.1)
|
|
140
|
+ :powerline-scale 2.2)
|
140
|
141
|
;; The leader key
|
141
|
142
|
dotspacemacs-leader-key "SPC"
|
142
|
143
|
;; The key used for Emacs commands (M-x) (after pressing on the leader key).
|
|
@@ -227,7 +228,7 @@ values."
|
227
|
228
|
;; If non nil the frame is maximized when Emacs starts up.
|
228
|
229
|
;; Takes effect only if `dotspacemacs-fullscreen-at-startup' is nil.
|
229
|
230
|
;; (default nil) (Emacs 24.4+ only)
|
230
|
|
- dotspacemacs-maximized-at-startup nil
|
|
231
|
+ dotspacemacs-maximized-at-startup t
|
231
|
232
|
;; A value from the range (0..100), in increasing opacity, which describes
|
232
|
233
|
;; the transparency level of a frame when it's active or selected.
|
233
|
234
|
;; Transparency can be toggled through `toggle-transparency'. (default 90)
|