From 9f8a63bd84d255c50fa24c55d2ef30cc3c300365 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sun, 8 Jun 2014 11:25:22 +0800 Subject: * etc/themes/deeper-blue-theme.el: Use another fix. Fixes: debbugs:17695 --- etc/themes/deeper-blue-theme.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/themes') diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el index 95f9c260260..3b5ab4ccccd 100644 --- a/etc/themes/deeper-blue-theme.el +++ b/etc/themes/deeper-blue-theme.el @@ -40,19 +40,19 @@ `(cperl-hash-face ((,class (:foreground "coral1")))) `(cursor ((,class (:background "green")))) `(default ((,class (:background "#181a26" :foreground "gray80")))) - `(diff-added ((,class (:foreground "white" :background "darkolivegreen")))) - `(diff-changed ((,class (:foreground "white" :background "dodgerblue4")))) + ;; `(diff-added ((,class (nil)))) + ;; `(diff-changed ((,class (nil)))) `(diff-context ((,class (:foreground "seashell4")))) `(diff-file-header ((,class (:background "grey60")))) `(diff-function ((,class (:inherit diff-header)))) `(diff-header ((,class (:background "grey45")))) `(diff-hunk-header ((,class (:inherit diff-header)))) `(diff-index ((,class (:inherit diff-file-header)))) - `(diff-indicator-added ((,class (:inherit diff-added)))) - `(diff-indicator-changed ((,class (:inherit diff-changed)))) - `(diff-indicator-removed ((,class (:inherit diff-removed)))) + `(diff-indicator-added ((,class (:foreground "white" :background "darkolivegreen")))) + `(diff-indicator-changed ((,class (:foreground "white" :background "dodgerblue4")))) + `(diff-indicator-removed ((,class (:foreground "white" :background "indianred4")))) `(diff-refine-change ((,class (:background "skyblue4")))) - `(diff-removed ((,class (:foreground "white" :background "indianred4")))) + ;; `(diff-removed ((,class (nil)))) `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) `(ediff-current-diff-A ((,class (:background "green4" :foreground "white")))) `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white")))) -- cgit v1.2.1