diff options
author | Alan Pearce | 2018-02-07 10:49:42 +0100 |
---|---|---|
committer | Alan Pearce | 2018-02-07 10:49:42 +0100 |
commit | 7dc6f86727bd6b5519a67c4cd565cd3fee7ed081 (patch) | |
tree | 5fcf9668b7ed2af4a24f7145647aef83fbbb0e2f | |
parent | f7376535de81cae5b59de337c8128c08a5c6d8e5 (diff) | |
download | nixfiles-7dc6f86727bd6b5519a67c4cd565cd3fee7ed081.tar.lz nixfiles-7dc6f86727bd6b5519a67c4cd565cd3fee7ed081.tar.zst nixfiles-7dc6f86727bd6b5519a67c4cd565cd3fee7ed081.zip |
Emacs: switch to monotropic-theme
-rw-r--r-- | emacs/.emacs.d/main.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 65630de4..f27d5908 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")))) |