summaryrefslogtreecommitdiff
path: root/eighters-theme.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-05-28 10:49:30 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-05-28 10:56:26 +0200
commit28fb81b320f8bf3be250c52bd64aea0ca504c47e (patch)
treed6d5f5c6f12cc5048ceeca4036e2e884a28c2c68 /eighters-theme.el
parent4def9b711509c48665d7390cccfd324423b4b3ec (diff)
downloadeighters-theme-28fb81b320f8bf3be250c52bd64aea0ca504c47e.tar.xz
Tone down refined diff faces
Hard to read e.g. refined comments.
Diffstat (limited to 'eighters-theme.el')
-rw-r--r--eighters-theme.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/eighters-theme.el b/eighters-theme.el
index 6c43dbb..c9a50fe 100644
--- a/eighters-theme.el
+++ b/eighters-theme.el
@@ -42,13 +42,13 @@
'(mode-line ((t (:inverse-video t))))
'(mode-line-inactive ((t (:foreground "gray70" :background "gray25" :inherit (mode-line)))))
'(mode-line-buffer-id ((t (:weight bold))))
- ;; Main diff faces, and derivatives.
+ ;; Main diff faces, and heirs.
'(diff-added ((t (:background "#373f45"))))
'(diff-removed ((t (:background "#453d2d"))))
'(diff-changed ((t (:background "#45412d"))))
- '(diff-refine-added ((t (:background "#43637d"))))
- '(diff-refine-removed ((t (:background "#7d5c1e"))))
- '(diff-refine-changed ((t (:background "#7d6f1e"))))
+ '(diff-refine-added ((t (:background "#3d5161"))))
+ '(diff-refine-removed ((t (:background "#614c26"))))
+ '(diff-refine-changed ((t (:background "#615826"))))
'(diff-indicator-added ((t (:foreground "steelblue2"))))
'(diff-indicator-removed ((t (:foreground "orange2"))))
'(diff-indicator-changed ((t (:foreground "gold2"))))
@@ -67,7 +67,7 @@
'(diff-header ((t (:foreground "steelblue1" :weight bold))))
'(diff-file-header ((t (:foreground "cyan" :weight bold))))
'(ediff-current-diff-Ancestor ((t (:background "#45323e"))))
- '(ediff-fine-diff-Ancestor ((t (:background "#7d3161"))))
+ '(ediff-fine-diff-Ancestor ((t (:background "#613250"))))
'(ediff-even-diff-A ((t (:background "gray25"))))
'(ediff-odd-diff-A ((t (:background "gray25"))))
'(ediff-even-diff-B ((t (:background "gray25"))))