summaryrefslogtreecommitdiff
path: root/etc/themes
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2014-06-08 11:25:22 +0800
committerLeo Liu <sdl.web@gmail.com>2014-06-08 11:25:22 +0800
commit9f8a63bd84d255c50fa24c55d2ef30cc3c300365 (patch)
tree473973137706fe4f466a27fea7b801869c757e5e /etc/themes
parentf25df0d7032439d32f6b00a76d2af3d7bb4f735c (diff)
downloademacs-9f8a63bd84d255c50fa24c55d2ef30cc3c300365.tar.gz
* etc/themes/deeper-blue-theme.el: Use another fix.
Fixes: debbugs:17695
Diffstat (limited to 'etc/themes')
-rw-r--r--etc/themes/deeper-blue-theme.el12
1 files changed, 6 insertions, 6 deletions
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"))))