diff options
Diffstat (limited to 'eighters-theme.el')
| -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)))) |
