From: Simon Lang Date: Tue, 12 May 2020 21:54:52 +0000 (+0100) Subject: Improve ediff readability in misterioso theme (Bug#41221) X-Git-Tag: emacs-27.1-rc1~129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=747e0a2523;p=emacs.git Improve ediff readability in misterioso theme (Bug#41221) * etc/themes/misterioso-theme.el: Add ediff faces. Copyright-paperwork-exempt: yes --- diff --git a/etc/themes/misterioso-theme.el b/etc/themes/misterioso-theme.el index df8895385d2..b51c9b8e58b 100644 --- a/etc/themes/misterioso-theme.el +++ b/etc/themes/misterioso-theme.el @@ -63,6 +63,13 @@ `(button ((,class (:underline t)))) `(link ((,class (:foreground "#59e9ff" :underline t)))) `(link-visited ((,class (:foreground "#ed74cd" :underline t)))) + ;; Ediff + `(ediff-even-diff-A ((,class (:background "#1d2430")))) + `(ediff-even-diff-B ((,class (:background "#1d2430")))) + `(ediff-even-diff-C ((,class (:background "#1d2430")))) + `(ediff-odd-diff-A ((,class (:background "#415160")))) + `(ediff-odd-diff-B ((,class (:background "#415160")))) + `(ediff-odd-diff-C ((,class (:background "#415160")))) ;; Gnus faces `(gnus-group-news-1 ((,class (:foreground "#ff4242" :weight bold)))) `(gnus-group-news-1-low ((,class (:foreground "#ff4242"))))