Commit 8fecc0c2c95d

Vincent Demeester <vincent@sbr.pm>
2016-04-07 14:52:02
Switch back to spacemacs dark theme
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f78e55e
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -292,14 +292,12 @@
     First let's install the theme(s) and load the new theme
 
     #+begin_src emacs-lisp
-      ;; (use-package leuven-theme
-      ;;   :ensure t
-      ;;   :init
-      ;;   (load-theme 'leuven))
       (use-package spacemacs-theme
-        :ensure t)
-      (use-package darcula-theme
-        :ensure t)
+        :ensure t
+        :init
+        (setq spacemacs-theme-org-height t)
+        (setq spacemacs-theme-org-highlight t)
+        (load-theme 'spacemacs-dark))
     #+end_src
 
 *** Powerline