eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit 9747a18f6b642cbe803c29a0dfb29e12753de1c0
parent ea681610b119e0f5b40184eadd0a1694152826e1
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 21 Sep 2016 19:37:00 +0200

Make mostly invisible changes

- Why use "foo1" if it's equivalent to "foo"?
- Don't want to leave ediff-fine-diff-C alone 🤷

Diffstat:
Meighters-theme.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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))))