all repos — archive/dotfiles @ 7dc6f86727bd6b5519a67c4cd565cd3fee7ed081

Superseded by nixfiles

Emacs: switch to monotropic-theme
Alan Pearce alan@alanpearce.eu
Wed, 07 Feb 2018 10:49:42 +0100
commit

7dc6f86727bd6b5519a67c4cd565cd3fee7ed081

parent

f7376535de81cae5b59de337c8128c08a5c6d8e5

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -140,13 +140,13 @@ (ding)))) 
 ;;;;; Colours
 
-;; White-theme.  Sounds like a good idea.
+;; Monotropic-theme.  I don't need colours.
 
-(use-package white-theme
+(use-package monotropic-theme
   :if (or window-system
           (daemonp))
   :config (progn
-            (load-theme 'white t)
+            (load-theme 'monotropic t)
             (custom-theme-set-faces 'user
                                     '(git-gutter-fr:added ((t (:foreground "#b8b8b8"))))
                                     '(git-gutter-fr:modified ((t (:foreground "#b8b8b8"))))