From 28fb81b320f8bf3be250c52bd64aea0ca504c47e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 28 May 2019 10:49:30 +0200 Subject: Tone down refined diff faces Hard to read e.g. refined comments. --- eighters-theme.el | 10 +++++----- 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")))) diff --git a/helpers.el b/helpers.el index 4cd07c7..b533cdc 100644 --- a/helpers.el +++ b/helpers.el @@ -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) -- cgit v1.2.3