branch: externals/standard-themes
commit f93a3de7a061d1969c4055249beb8569e599a4fa
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix ediff-fine-diff-Ancestor
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index 71a829d54a..f51d836c59 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1131,7 +1131,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(ediff-even-diff-B ((,c :background ,bg-dim)))
     `(ediff-even-diff-C ((,c :background ,bg-dim)))
     `(ediff-fine-diff-A ((,c :background ,bg-removed-refine :foreground 
,fg-removed)))
-    `(ediff-fine-diff-Ancestor ((,c :inherit modus-themes-subtle-cyan)))
+    `(ediff-fine-diff-Ancestor ((,c :inherit region)))
     `(ediff-fine-diff-B ((,c :background ,bg-added-refine :foreground 
,fg-added)))
     `(ediff-fine-diff-C ((,c :background ,bg-changed-refine :foreground 
,fg-changed)))
     `(ediff-odd-diff-A ((,c :inherit ediff-even-diff-A)))

Reply via email to