summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el11
1 files changed, 2 insertions, 9 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index fbd6e9c..af828d9 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -140,18 +140,11 @@
 
 ;;;;; Colours
 
-;; Monotropic-theme.  I don't need colours.
-
-(use-package monotropic-theme
+(use-package spacemacs-theme
   :if (or window-system
           (daemonp))
   :config (progn
-            (load-theme 'monotropic t)
-            (custom-theme-set-faces 'user
-                                    '(git-gutter-fr:added ((t (:foreground "#b8b8b8"))))
-                                    '(git-gutter-fr:modified ((t (:foreground "#b8b8b8"))))
-                                    '(git-gutter-fr:deleted ((t (:foreground "#b8b8b8"))))
-                                    '(mode-line ((t (:height 1.0)))))))
+            (load-theme 'spacemacs-light t)))
 
 ;; Highlighting quasi-quoted expressions in lisps is quite useful, but I
 ;; don't need it all the time.  I'll keep it around for a while so that I