diff options
| author | Blaise Thompson <blaise@untzag.com> | 2017-09-05 21:38:20 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2017-09-05 21:38:20 -0500 | 
| commit | 3436d24fa4f9871af68977e07e2e7241e873bc9f (patch) | |
| tree | d5ac07c1a8619238ee1e3385a0715a7c91fd3c24 /dotfiles/spacemacs | |
| parent | 17aac7f017b67f0f73827dc28f7e987c8fa92461 (diff) | |
more colors!
Diffstat (limited to 'dotfiles/spacemacs')
| -rw-r--r-- | dotfiles/spacemacs | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs index 8767201..53ac480 100644 --- a/dotfiles/spacemacs +++ b/dotfiles/spacemacs @@ -55,11 +55,8 @@                                  (projects . 7))     dotspacemacs-startup-buffer-responsive t     dotspacemacs-scratch-mode 'text-mode -   dotspacemacs-themes '(sanityinc-solarized-dark -                         sanityinc-solarized-light -                         solarized-theme -                         spacemacs-dark -                         spacemacs-light) +   dotspacemacs-themes '(base16-tomorrow-night +                         base16-tomorrow)     dotspacemacs-colorize-cursor-according-to-state t     dotspacemacs-default-font '("DejaVu Sans Mono"                                 :size 15 | 
