summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-06-23 14:58:08 +0200
committerAlan Pearce2017-06-23 14:58:08 +0200
commit5ff313b3ea8508574a9e3aea84850d246a696876 (patch)
tree7d841b6af41a60c42087fc6f8358674dec2ebd73 /emacs
parent46b488feae34f6f21a17ddc0d8645e49b5d5e9ba (diff)
downloaddotfiles-5ff313b3ea8508574a9e3aea84850d246a696876.tar.lz
dotfiles-5ff313b3ea8508574a9e3aea84850d246a696876.tar.zst
dotfiles-5ff313b3ea8508574a9e3aea84850d246a696876.zip
Emacs: Change git-gutter colours to match white-theme
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 69163f5..e86948b 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -189,9 +189,9 @@ White-theme.  Sounds like a good idea.
   :config (progn
             (load-theme 'white 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"))))
+                                    '(git-gutter-fr:added ((t (:foreground "#b8b8b8"))))
+                                    '(git-gutter-fr:modified ((t (:foreground "#b8b8b8"))))
+                                    '(git-gutter-fr:deleted ((t (:foreground "#b8b8b8"))))
                                     '(font-lock-string-face ((t (:slant normal)))))))
 #+END_SRC