From 9747a18f6b642cbe803c29a0dfb29e12753de1c0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 21 Sep 2016 19:37:00 +0200 Subject: Make mostly invisible changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Why use "foo1" if it's equivalent to "foo"? - Don't want to leave ediff-fine-diff-C alone 🤷 --- eighters-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eighters-theme.el b/eighters-theme.el index ca9e598..720a060 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -30,7 +30,7 @@ '(compilation-mode-line-exit ((t (:background "green" :foreground "black" :weight bold)))) '(compilation-mode-line-fail ((t (:background "red" :foreground "black" :weight bold)))) '(compilation-mode-line-run ((t (:background "gold" :foreground "black" :weight bold)))) - '(error ((t (:foreground "red1" :weight bold)))) + '(error ((t (:foreground "red" :weight bold)))) '(ediff-even-diff-A ((t (:background "gray25")))) '(ediff-odd-diff-A ((t (:background "gray25")))) '(ediff-even-diff-B ((t (:background "gray25")))) @@ -45,6 +45,7 @@ '(ediff-current-diff-Ancestor ((t (:background "#340824")))) '(ediff-fine-diff-A ((t (:background "#7f5200")))) '(ediff-fine-diff-B ((t (:background "#0f487f")))) + '(ediff-fine-diff-C ((t (:background "yellow4")))) '(ediff-fine-diff-Ancestor ((t (:background "#681048")))) '(diff-header ((t (:foreground "steelblue1" :weight bold)))) '(diff-file-header ((t (:foreground "cyan" :weight bold)))) -- cgit v1.2.3