From 747e0a2523e474c76410430c40cb9b04500218d4 Mon Sep 17 00:00:00 2001 From: Simon Lang Date: Tue, 12 May 2020 22:54:52 +0100 Subject: [PATCH] Improve ediff readability in misterioso theme (Bug#41221) * etc/themes/misterioso-theme.el: Add ediff faces. Copyright-paperwork-exempt: yes --- etc/themes/misterioso-theme.el | 7 +++++++ 1 file changed, 7 insertions(+) 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")))) -- 2.39.5