Skip to content

Commit

Permalink
Updates color theme and font size for spacemacs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilger committed Aug 8, 2017
1 parent 1b5fff8 commit 1864f67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,17 @@ values."
;; with 2 themes variants, one dark and one light)
;;dotspacemacs-themes '(spacemacs-dark
;; spacemacs-light)
dotspacemacs-themes '(monokai
dotspacemacs-themes '(solarized-dark
monokai
solarized-light
leuven
zenburn
solarized-dark)
zenburn)
;; If non nil the cursor color matches the state color in GUI Emacs.
dotspacemacs-colorize-cursor-according-to-state t
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
;; quickly tweak the mode-line size to make separators look not too crappy.
dotspacemacs-default-font '("Source Code Pro"
:size 16
:size 12
:weight normal
:width normal
:powerline-scale 1.0)
Expand Down

0 comments on commit 1864f67

Please sign in to comment.