diff options
-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). |