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

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

[nongnu] elpa/spacemacs-theme af92db29a7 279/336: Change foreground from


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme af92db29a7 279/336: Change foreground from bg4 to bg1
Date: Fri, 14 Jan 2022 10:59:45 -0500 (EST)

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

    Change foreground from bg4 to bg1
---
 spacemacs-common.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 80083d0f69..833a44cf9f 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -318,10 +318,10 @@ to 'auto, tags may not be properly aligned. "
      `(ediff-even-diff-Ancestor ((,class(:background ,bg3))))
      `(ediff-even-diff-B ((,class(:background ,bg3))))
      `(ediff-even-diff-C ((,class(:background ,bg3))))
-     `(ediff-fine-diff-A ((,class(:background ,red :foreground ,bg4))))
+     `(ediff-fine-diff-A ((,class(:background ,red :foreground ,bg1))))
      `(ediff-fine-diff-Ancestor ((,class(:background nil :inherit bold))))
-     `(ediff-fine-diff-B ((,class(:background ,green :foreground ,bg4))))
-     `(ediff-fine-diff-C ((,class(:background ,blue :foreground ,bg4))))
+     `(ediff-fine-diff-B ((,class(:background ,green :foreground ,bg1))))
+     `(ediff-fine-diff-C ((,class(:background ,blue :foreground ,bg1))))
      `(ediff-odd-diff-A ((,class(:background ,bg4))))
      `(ediff-odd-diff-Ancestor ((,class(:background ,bg4))))
      `(ediff-odd-diff-B ((,class(:background ,bg4))))



reply via email to

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