Mercurial > hg > dotemacs
diff dotemacs.el @ 192:5bdc5f37608c
ediff: improve background colours
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Thu, 11 Jul 2019 16:12:06 -0400 |
parents | 93ed4c92f1bc |
children | 6ad571bbb951 |
line wrap: on
line diff
--- a/dotemacs.el +++ b/dotemacs.el @@ -491,8 +491,11 @@ '(diff-refine-removed ((t (:inherit diff-refine-change :background "#441111")))) '(diff-removed ((t (:foreground "orangered")))) '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen")))) + '(ediff-even-diff-A ((t (:background "#444")))) '(ediff-even-diff-B ((t (:background "Grey" :foreground "black")))) - '(ediff-odd-diff-A ((t (:background "Grey" :foreground "black")))) + '(ediff-even-diff-C ((t (:background "#666")))) + '(ediff-odd-diff-A ((t (:background "#666")))) + '(ediff-odd-diff-B ((t (:background "#666")))) '(ediff-odd-diff-C ((t (:background "Grey" :foreground "black")))) '(erc-input-face ((t (:foreground "yellow")))) '(erc-my-nick-face ((t (:foreground "lightblue" :weight bold))))