]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/themes/deeper-blue-theme.el: Use another fix.
authorLeo Liu <sdl.web@gmail.com>
Sun, 8 Jun 2014 03:25:22 +0000 (11:25 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 8 Jun 2014 03:25:22 +0000 (11:25 +0800)
Fixes: debbugs:17695
etc/ChangeLog
etc/themes/deeper-blue-theme.el

index 9bc712716845928e90a3e423b54861209749d787..3c8e94fcfc6b648a8e783dc24d66124d7d305e90 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-08  Leo Liu  <sdl.web@gmail.com>
+
+       * themes/deeper-blue-theme.el: Use another fix.  (Bug#17695)
+
 2014-06-05  Juri Linkov  <juri@jurta.org>
 
        * themes/deeper-blue-theme.el (diff-added, diff-changed, diff-removed):
index 95f9c26026061cd782a254d09abc0305f3ced3c6..3b5ab4ccccd60623bafd27840f9a6ed5be207675 100644 (file)
    `(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"))))