summaryrefslogtreecommitdiff
path: root/etc/themes/deeper-blue-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'etc/themes/deeper-blue-theme.el')
-rw-r--r--etc/themes/deeper-blue-theme.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el
index d50a641930a..d04a270ba5e 100644
--- a/etc/themes/deeper-blue-theme.el
+++ b/etc/themes/deeper-blue-theme.el
@@ -43,9 +43,9 @@
;; `(diff-added ((,class (nil))))
;; `(diff-changed ((,class (nil))))
`(diff-context ((,class (:foreground "seashell4"))))
- `(diff-file-header ((,class (:background "grey60" :extend t))))
+ `(diff-file-header ((,class (:background "grey60"))))
`(diff-function ((,class (:inherit diff-header))))
- `(diff-header ((,class (:background "grey45" :extend t))))
+ `(diff-header ((,class (:background "grey45"))))
`(diff-hunk-header ((,class (:inherit diff-header))))
`(diff-index ((,class (:inherit diff-file-header))))
`(diff-indicator-added ((,class (:foreground "white" :background "darkolivegreen"))))
@@ -54,12 +54,12 @@
`(diff-refine-change ((,class (:background "skyblue4"))))
;; `(diff-removed ((,class (nil))))
`(dired-marked ((,class (:background "dodgerblue3" :foreground "white"))))
- `(ediff-current-diff-A ((,class (:background "green4" :foreground "white" :extend t))))
- `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white" :extend t))))
- `(ediff-even-diff-B ((,class (:background "Grey50" :foreground "White" :extend t))))
+ `(ediff-current-diff-A ((,class (:background "green4" :foreground "white"))))
+ `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white"))))
+ `(ediff-even-diff-B ((,class (:background "Grey50" :foreground "White"))))
`(ediff-fine-diff-A ((,class (:background "skyblue4" :foreground "white"))))
`(ediff-fine-diff-B ((,class (:background "cyan4" :foreground "white"))))
- `(ediff-odd-diff-A ((,class (:background "Grey50" :foreground "White" :extend t))))
+ `(ediff-odd-diff-A ((,class (:background "Grey50" :foreground "White"))))
`(error ((,class (:foreground "red"))))
`(flymake-errline ((,class (:background nil :underline "red"))))
`(flymake-warnline ((,class (:background nil :underline "magenta3"))))
@@ -102,7 +102,7 @@
`(outline-4 ((,class (:foreground "turquoise2"))))
`(outline-5 ((,class (:foreground "aquamarine1"))))
`(primary-selection ((,class (:background "blue3"))))
- `(region ((,class (:background "#103050" :extend t))))
+ `(region ((,class (:background "#103050"))))
`(show-paren-match-face ((,class (:background "dodgerblue1" :foreground "white"))))
`(show-paren-mismatch-face ((,class (:background "red1" :foreground "white"))))
`(success ((,class (:foreground "SeaGreen2"))))