diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2016-09-21 19:37:00 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2016-09-21 19:37:00 +0200 |
| commit | 9747a18f6b642cbe803c29a0dfb29e12753de1c0 (patch) | |
| tree | d495fdcd53fdfaae36cbab45b69c8f05753d79d4 | |
| parent | ea681610b119e0f5b40184eadd0a1694152826e1 (diff) | |
| download | eighters-theme-9747a18f6b642cbe803c29a0dfb29e12753de1c0.tar.xz | |
Make mostly invisible changes
- Why use "foo1" if it's equivalent to "foo"?
- Don't want to leave ediff-fine-diff-C alone 🤷
| -rw-r--r-- | eighters-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)))) |
