Emacs: switch to monotropic-theme
Alan Pearce alan@alanpearce.eu
Wed, 07 Feb 2018 10:49:42 +0100
1 files changed, 3 insertions(+), 3 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.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"))))