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

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

[nongnu] elpa/spacemacs-theme 381bfe6004 281/336: Use ediff-current-diff


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 381bfe6004 281/336: Use ediff-current-diff-A, -B, -C, bg non -s colors
Date: Fri, 14 Jan 2022 10:59:45 -0500 (EST)

branch: elpa/spacemacs-theme
commit 381bfe6004d5b66321cccd15ef7773aeb79ffcb9
Author: duianto <duianto@users.noreply.github.com>
Commit: duianto <duianto@users.noreply.github.com>

    Use ediff-current-diff-A, -B, -C, bg non -s colors
---
 spacemacs-common.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 4c6a7aa876..24a367a287 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -310,10 +310,10 @@ to 'auto, tags may not be properly aligned. "
      `(dired-warning ((,class (:foreground ,war))))
 
 ;;;;; ediff
-     `(ediff-current-diff-A ((,class(:background ,red-bg-s :foreground ,red))))
+     `(ediff-current-diff-A ((,class(:background ,red-bg :foreground ,red))))
      `(ediff-current-diff-Ancestor ((,class(:background ,aqua-bg :foreground 
,aqua))))
-     `(ediff-current-diff-B ((,class(:background ,green-bg-s :foreground 
,green))))
-     `(ediff-current-diff-C ((,class(:background ,blue-bg-s :foreground 
,blue))))
+     `(ediff-current-diff-B ((,class(:background ,green-bg :foreground 
,green))))
+     `(ediff-current-diff-C ((,class(:background ,blue-bg :foreground ,blue))))
      `(ediff-even-diff-A ((,class(:background ,bg3))))
      `(ediff-even-diff-Ancestor ((,class(:background ,bg3))))
      `(ediff-even-diff-B ((,class(:background ,bg3))))



reply via email to

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