diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-02-15 08:06:22 -0500 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-02-15 08:06:22 -0500 |
commit | 86c0b0cfaac82cc4de2d69c92e279a094d21b678 (patch) | |
tree | 99700265c578fcae4adfcd564141ce185a05eedf /spacemacs | |
parent | 98dd190e465e4ecc6a43bdd0268cf563d689170f (diff) |
Update spacemacs.
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -93,9 +93,8 @@ values." ;; 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 '(wheatgrass + dotspacemacs-themes '(spacemacs-dark wheatgrass monokai - spacemacs-dark base16-bright-dark spacemacs-light solarized-light @@ -106,7 +105,7 @@ values." 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 '("Inconsolata" + dotspacemacs-default-font '("Fira Code" :size 20 :weight normal :width normal |