summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 416ed82..91c253a 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -121,14 +121,9 @@
                       '(isearch-abort abort-recursive-edit exit-minibuffer keyboard-quit undo-tree-undo))
           (ding))))
 
-(req-package leuven-theme
+(req-package solarized-theme
   :config (progn
-            (load-theme 'leuven t)
-            (setq face-remapping-alist
-                  '((header-line (:box nil) mode-line-inactive)
-                    (persp-selected-face (:foreground "#EEF5FE"))
-                    (mode-line-buffer-id (:weight bold :foreground "#EEF5FE"))))))
-
+            (load-theme 'solarized-light t)))
 
 (when (or (display-graphic-p)
           (daemonp))