]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve ediff readability in misterioso theme (Bug#41221)
authorSimon Lang <simon.lang@outlook.com>
Tue, 12 May 2020 21:54:52 +0000 (22:54 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 13 May 2020 17:41:08 +0000 (19:41 +0200)
* etc/themes/misterioso-theme.el: Add ediff faces.

Copyright-paperwork-exempt: yes

etc/themes/misterioso-theme.el

index df8895385d229d3790d400fbefed8d2110f5f5d8..b51c9b8e58bfbf6632a1d714ab13b01e5b38f1e6 100644 (file)
    `(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"))))