all repos — nixfiles @ 625b5d8aaec0f366b88a265cc4bd4e823bf7bb85

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

Emacs: Try white-theme

Alan Pearce
commit

625b5d8aaec0f366b88a265cc4bd4e823bf7bb85

parent

32f0ff25f19c4dd2fae22f4fcb01286beb098808

2 files changed, 16 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -163,6 +163,7 @@
#+BEGIN_SRC emacs-lisp (use-package eziam-light-theme :ensure eziam-theme + :disabled t :if (or window-system (daemonp)) :defines (eziam-scale-headings)
@@ -174,6 +175,20 @@ '(default ((t (:background "#ffffff"))))
'(js2-function-call ((t (:underline nil)))) '(js2-object-property ((t (:slant normal)))) '(font-lock-keyword-face ((t (:weight normal)))) + '(git-gutter-fr:added ((t (:foreground "#96a4ab")))) + '(git-gutter-fr:modified ((t (:foreground "#96a4ab")))) + '(git-gutter-fr:deleted ((t (:foreground "#96a4ab"))))))) +#+END_SRC + +White-theme. Sounds like a good idea. + +#+BEGIN_SRC emacs-lisp +(use-package white-theme + :if (or window-system + (daemonp)) + :config (progn + (load-theme 'white-theme t) + (custom-theme-set-faces 'user '(git-gutter-fr:added ((t (:foreground "#96a4ab")))) '(git-gutter-fr:modified ((t (:foreground "#96a4ab")))) '(git-gutter-fr:deleted ((t (:foreground "#96a4ab")))))))
M nix/.config/nixpkgs/emacs.nixnix/.config/nixpkgs/emacs.nix
@@ -91,7 +91,6 @@ ensime
exec-path-from-shell expand-region eyebrowse - eziam-theme flow-minor-mode flycheck flycheck-flow
@@ -147,6 +146,7 @@ undo-tree
visual-regexp volatile-highlights web-mode + white-theme wgrep-ag which-key yaml-mode