aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Lang2020-05-12 22:54:52 +0100
committerStefan Kangas2020-05-13 19:41:08 +0200
commit747e0a2523e474c76410430c40cb9b04500218d4 (patch)
treeef8585b84d69ebecad45bc6a4ff5eb6b5dfddd84
parent48830c73e77255985685bd2df65f031cd115e069 (diff)
downloademacs-747e0a2523e474c76410430c40cb9b04500218d4.tar.gz
emacs-747e0a2523e474c76410430c40cb9b04500218d4.zip
Improve ediff readability in misterioso theme (Bug#41221)
* etc/themes/misterioso-theme.el: Add ediff faces. Copyright-paperwork-exempt: yes
-rw-r--r--etc/themes/misterioso-theme.el7
1 files changed, 7 insertions, 0 deletions
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 @@
63 `(button ((,class (:underline t)))) 63 `(button ((,class (:underline t))))
64 `(link ((,class (:foreground "#59e9ff" :underline t)))) 64 `(link ((,class (:foreground "#59e9ff" :underline t))))
65 `(link-visited ((,class (:foreground "#ed74cd" :underline t)))) 65 `(link-visited ((,class (:foreground "#ed74cd" :underline t))))
66 ;; Ediff
67 `(ediff-even-diff-A ((,class (:background "#1d2430"))))
68 `(ediff-even-diff-B ((,class (:background "#1d2430"))))
69 `(ediff-even-diff-C ((,class (:background "#1d2430"))))
70 `(ediff-odd-diff-A ((,class (:background "#415160"))))
71 `(ediff-odd-diff-B ((,class (:background "#415160"))))
72 `(ediff-odd-diff-C ((,class (:background "#415160"))))
66 ;; Gnus faces 73 ;; Gnus faces
67 `(gnus-group-news-1 ((,class (:foreground "#ff4242" :weight bold)))) 74 `(gnus-group-news-1 ((,class (:foreground "#ff4242" :weight bold))))
68 `(gnus-group-news-1-low ((,class (:foreground "#ff4242")))) 75 `(gnus-group-news-1-low ((,class (:foreground "#ff4242"))))