Improve ediff readability in misterioso theme (Bug#41221)

* etc/themes/misterioso-theme.el: Add ediff faces.

Copyright-paperwork-exempt: yes
This commit is contained in:
Simon Lang 2020-05-12 22:54:52 +01:00 committed by Stefan Kangas
parent 48830c73e7
commit 747e0a2523

View file

@ -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"))))