diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/themes/deeper-blue-theme.el | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 9bc71271684..3c8e94fcfc6 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-08 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * themes/deeper-blue-theme.el: Use another fix. (Bug#17695) | ||
| 4 | |||
| 1 | 2014-06-05 Juri Linkov <juri@jurta.org> | 5 | 2014-06-05 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * themes/deeper-blue-theme.el (diff-added, diff-changed, diff-removed): | 7 | * themes/deeper-blue-theme.el (diff-added, diff-changed, diff-removed): |
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 @@ | |||
| 40 | `(cperl-hash-face ((,class (:foreground "coral1")))) | 40 | `(cperl-hash-face ((,class (:foreground "coral1")))) |
| 41 | `(cursor ((,class (:background "green")))) | 41 | `(cursor ((,class (:background "green")))) |
| 42 | `(default ((,class (:background "#181a26" :foreground "gray80")))) | 42 | `(default ((,class (:background "#181a26" :foreground "gray80")))) |
| 43 | `(diff-added ((,class (:foreground "white" :background "darkolivegreen")))) | 43 | ;; `(diff-added ((,class (nil)))) |
| 44 | `(diff-changed ((,class (:foreground "white" :background "dodgerblue4")))) | 44 | ;; `(diff-changed ((,class (nil)))) |
| 45 | `(diff-context ((,class (:foreground "seashell4")))) | 45 | `(diff-context ((,class (:foreground "seashell4")))) |
| 46 | `(diff-file-header ((,class (:background "grey60")))) | 46 | `(diff-file-header ((,class (:background "grey60")))) |
| 47 | `(diff-function ((,class (:inherit diff-header)))) | 47 | `(diff-function ((,class (:inherit diff-header)))) |
| 48 | `(diff-header ((,class (:background "grey45")))) | 48 | `(diff-header ((,class (:background "grey45")))) |
| 49 | `(diff-hunk-header ((,class (:inherit diff-header)))) | 49 | `(diff-hunk-header ((,class (:inherit diff-header)))) |
| 50 | `(diff-index ((,class (:inherit diff-file-header)))) | 50 | `(diff-index ((,class (:inherit diff-file-header)))) |
| 51 | `(diff-indicator-added ((,class (:inherit diff-added)))) | 51 | `(diff-indicator-added ((,class (:foreground "white" :background "darkolivegreen")))) |
| 52 | `(diff-indicator-changed ((,class (:inherit diff-changed)))) | 52 | `(diff-indicator-changed ((,class (:foreground "white" :background "dodgerblue4")))) |
| 53 | `(diff-indicator-removed ((,class (:inherit diff-removed)))) | 53 | `(diff-indicator-removed ((,class (:foreground "white" :background "indianred4")))) |
| 54 | `(diff-refine-change ((,class (:background "skyblue4")))) | 54 | `(diff-refine-change ((,class (:background "skyblue4")))) |
| 55 | `(diff-removed ((,class (:foreground "white" :background "indianred4")))) | 55 | ;; `(diff-removed ((,class (nil)))) |
| 56 | `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) | 56 | `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) |
| 57 | `(ediff-current-diff-A ((,class (:background "green4" :foreground "white")))) | 57 | `(ediff-current-diff-A ((,class (:background "green4" :foreground "white")))) |
| 58 | `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white")))) | 58 | `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white")))) |