From d0b38cd6bbb8e56bb7fcc140d71e0ab41f61bd9f Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 20 Apr 2016 14:28:17 -0700 Subject: [PATCH] Reorder themes --- .spacemacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.spacemacs.d/init.el b/.spacemacs.d/init.el index 7a7b346..e0626c5 100644 --- a/.spacemacs.d/init.el +++ b/.spacemacs.d/init.el @@ -114,9 +114,9 @@ values." ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press T n to cycle to the next theme in the list (works great ;; with 2 themes variants, one dark and one light) - dotspacemacs-themes '(smyx + dotspacemacs-themes '(monokai molokai - monokai) + smyx) ;; If non nil the cursor color matches the state color in GUI Emacs. dotspacemacs-colorize-cursor-according-to-state t ;; Default font. `powerline-scale' allows to quickly tweak the mode-line