all repos — nixfiles @ 7dc6f86727bd6b5519a67c4cd565cd3fee7ed081

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

Emacs: switch to monotropic-theme

Alan Pearce
commit

7dc6f86727bd6b5519a67c4cd565cd3fee7ed081

parent

f7376535de81cae5b59de337c8128c08a5c6d8e5

1 file 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"))))