summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/00_ui.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el
index 151d0c1..8ede5cd 100644
--- a/emacs.d/inits/00_ui.el
+++ b/emacs.d/inits/00_ui.el
@@ -24,9 +24,6 @@
   (progn
     (eval-after-load "whitespace" '(diminish 'whitespace-mode))))
 
-(use-package leuven-theme
-  :ensure t)
-
 (when window-system
   ;;hide tool-bar
   (tool-bar-mode 0)
@@ -34,7 +31,5 @@
   (scroll-bar-mode 0)
   ;;hide menu-bar
   (menu-bar-mode 0)
-  ;; load leuven
-  (load-theme 'leuven t)
   ;; menlo
   (set-frame-font "Menlo-11"))