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

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

[nongnu] elpa/gotham-theme 3e82a3ae11 083/214: Add stubs for ediff ances


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 3e82a3ae11 083/214: Add stubs for ediff ancestors
Date: Fri, 7 Jan 2022 17:58:44 -0500 (EST)

branch: elpa/gotham-theme
commit 3e82a3ae11f9ccf1e4a220ffa7ed891ecf6a935e
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add stubs for ediff ancestors
---
 gotham-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index d733092b81..5183b00322 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -210,15 +210,19 @@ depending on DISPLAY for keys which are either 
:foreground or
    (ediff-current-diff-A :foreground red :background base2)
    (ediff-current-diff-B :foreground green :background base2)
    (ediff-current-diff-C :foreground blue :background base2)
+   ;(ediff-current-diff-Ancestor)
    (ediff-even-diff-A :background base2)
    (ediff-even-diff-B :background base2)
    (ediff-even-diff-C :background base2)
+   ;(ediff-even-diff-Ancestor)
    (ediff-fine-diff-A :foreground red :background base3)
    (ediff-fine-diff-B :foreground green :background base3)
    (ediff-fine-diff-C :foreground cyan :background base3)
+   ;(ediff-fine-diff-Ancestor)
    (ediff-odd-diff-A :background base2)
    (ediff-odd-diff-B :background base2)
    (ediff-odd-diff-C :background base2)
+   ;(ediff-odd-diff-Ancestor)
 
    ;; eshell
    (eshell-prompt :foreground yellow :weight bold)



reply via email to

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