diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-10-31 15:26:17 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-01-13 11:14:03 -0500 |
commit | 51c63fa9c8b25aaeef4e07338d43653fb46d61df (patch) | |
tree | b04d4299cbfa913253dea2a48a5579f1c85640c4 /lisp | |
parent | c28a8187e06b882d9c8391d4db7dd1dc2a846083 (diff) | |
download | emacs.d-51c63fa9c8b25aaeef4e07338d43653fb46d61df.tar.gz |
theme: Darken foreground of diff-context
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-theme.el b/lisp/km-theme.el index e0832f1..8e0c00e 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -28,7 +28,7 @@ '(match ((t (:inherit default :background "PaleGreen1")))) '(compilation-info ((t (:inherit font-lock-function-name-face)))) '(diff-added ((t (:foreground "DarkGreen" :background "grey98")))) - '(diff-context ((t (:foreground "grey50" :background "grey98")))) + '(diff-context ((t (:foreground "grey10" :background "grey98")))) '(diff-removed ((t (:foreground "#aa2222" :background "grey98")))) '(dired-symlink ((t (:inherit font-lock-constant-face)))) ;; Darken a bit (was gray40). |