branch: elpa/alect-themes
commit 26454f21ac492d0542f0192c5a3de5fd0117f455
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add ediff Ancestor faces
I don't really know what these faces are, but they should look better
like this than with the default colors.
---
alect-themes.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index 4cbe3b1..4d09172 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -720,6 +720,10 @@ For INVERT, see `alect-get-color'."
(ediff-fine-diff-C ((,c :background ,(gc 'yellow-bg))))
(ediff-even-diff-C ((,c :inherit ediff-even-diff-A)))
(ediff-odd-diff-C ((,c :inherit ediff-odd-diff-A)))
+ (ediff-current-diff-Ancestor ((,c :background ,(gc 'magenta-bg+1))))
+ (ediff-fine-diff-Ancestor ((,c :background ,(gc 'magenta-bg))))
+ (ediff-even-diff-Ancestor ((,c :inherit ediff-even-diff-A)))
+ (ediff-odd-diff-Ancestor ((,c :inherit ediff-odd-diff-A)))
;; eldoc
(eldoc-highlight-function-argument ((,c :foreground ,(gc 'green)