diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-05-28 10:49:30 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-05-28 10:56:26 +0200 |
| commit | 28fb81b320f8bf3be250c52bd64aea0ca504c47e (patch) | |
| tree | d6d5f5c6f12cc5048ceeca4036e2e884a28c2c68 | |
| parent | 4def9b711509c48665d7390cccfd324423b4b3ec (diff) | |
| download | eighters-theme-28fb81b320f8bf3be250c52bd64aea0ca504c47e.tar.xz | |
Tone down refined diff faces
Hard to read e.g. refined comments.
| -rw-r--r-- | eighters-theme.el | 10 | ||||
| -rw-r--r-- | helpers.el | 8 |
2 files changed, 9 insertions, 9 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")))) @@ -35,7 +35,7 @@ (my/color-mix "gray20" "gold2" 0.9) (my/color-mix "gray20" "maroon2" 0.9) ;; refined: -(my/color-mix "gray20" "orange2" 0.6) -(my/color-mix "gray20" "steelblue2" 0.6) -(my/color-mix "gray20" "gold2" 0.6) -(my/color-mix "gray20" "maroon2" 0.6) +(my/color-mix "gray20" "orange2" 0.75) +(my/color-mix "gray20" "steelblue2" 0.75) +(my/color-mix "gray20" "gold2" 0.75) +(my/color-mix "gray20" "maroon2" 0.75) |
