summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2018-02-07 10:49:42 +0100
committerAlan Pearce2018-02-07 10:49:42 +0100
commit7dc6f86727bd6b5519a67c4cd565cd3fee7ed081 (patch)
tree5fcf9668b7ed2af4a24f7145647aef83fbbb0e2f /emacs
parentf7376535de81cae5b59de337c8128c08a5c6d8e5 (diff)
downloaddotfiles-7dc6f86727bd6b5519a67c4cd565cd3fee7ed081.tar.lz
dotfiles-7dc6f86727bd6b5519a67c4cd565cd3fee7ed081.tar.zst
dotfiles-7dc6f86727bd6b5519a67c4cd565cd3fee7ed081.zip
Emacs: switch to monotropic-theme
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 65630de..f27d590 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -140,13 +140,13 @@
 
 ;;;;; 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"))))