From 51c63fa9c8b25aaeef4e07338d43653fb46d61df Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 31 Oct 2017 15:26:17 -0400 Subject: theme: Darken foreground of diff-context --- lisp/km-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3