emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 747e0a2: Improve ediff readability in misterioso theme (Bug#412


From: Stefan Kangas
Subject: emacs-27 747e0a2: Improve ediff readability in misterioso theme (Bug#41221)
Date: Wed, 13 May 2020 13:45:28 -0400 (EDT)

branch: emacs-27
commit 747e0a2523e474c76410430c40cb9b04500218d4
Author: Simon Lang <address@hidden>
Commit: Stefan Kangas <address@hidden>

    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 df88953..b51c9b8 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]