emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/alect-themes 26454f2 231/269: Add ediff Ancestor faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 26454f2 231/269: Add ediff Ancestor faces
Date: Thu, 21 Oct 2021 17:59:25 -0400 (EDT)

branch: elpa/alect-themes
commit 26454f21ac492d0542f0192c5a3de5fd0117f455
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    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)



reply via email to

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