summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-08-26 20:30:25 +0200
committerAlan Pearce2018-08-26 20:31:03 +0200
commita315dc793e67c09c33644d077855ea1e6a2dcad6 (patch)
treec6905d285bbc49ebdc90cf5ec0d15ea1a59a624c /emacs/.emacs.d
parenta56734fbeef2a71d6ec31cca7c059c28d4e32b63 (diff)
downloaddotfiles-a315dc793e67c09c33644d077855ea1e6a2dcad6.tar.lz
dotfiles-a315dc793e67c09c33644d077855ea1e6a2dcad6.tar.zst
dotfiles-a315dc793e67c09c33644d077855ea1e6a2dcad6.zip
Emacs: use spacemacs-theme
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