all repos — nixfiles @ a315dc793e67c09c33644d077855ea1e6a2dcad6

System and user configuration, managed by nix and home-manager

Emacs: use spacemacs-theme
Alan Pearce alan@alanpearce.eu
Sun, 26 Aug 2018 20:30:25 +0200
commit

a315dc793e67c09c33644d077855ea1e6a2dcad6

parent

a56734fbeef2a71d6ec31cca7c059c28d4e32b63

1 files changed, 2 insertions(+), 9 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -140,18 +140,11 @@ (ding)))) 
 ;;;;; 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