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

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

[nongnu] elpa/spacemacs-theme 4dde300561 284/336: Merge pull request #13


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 4dde300561 284/336: Merge pull request #132 from duianto/patch-1
Date: Fri, 14 Jan 2022 10:59:45 -0500 (EST)

branch: elpa/spacemacs-theme
commit 4dde3005613f484d250ea796185b0dddbc094a86
Merge: fdf8efcb48 e7bc8df50b
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #132 from duianto/patch-1
    
    Change diff refine fg to match ediff fine diff fg
---
 spacemacs-common.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index bf873b0e66..0917d6ef31 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -288,9 +288,9 @@ to 'auto, tags may not be properly aligned. "
      `(diff-indicator-added   ((,class :background nil :foreground ,green)))
      `(diff-indicator-changed ((,class :background nil :foreground ,blue)))
      `(diff-indicator-removed ((,class :background nil :foreground ,red)))
-     `(diff-refine-added      ((,class :background ,green :foreground ,bg4)))
-     `(diff-refine-changed    ((,class :background ,blue :foreground ,bg4)))
-     `(diff-refine-removed    ((,class :background ,red :foreground ,bg4)))
+     `(diff-refine-added      ((,class :background ,green :foreground ,bg1)))
+     `(diff-refine-changed    ((,class :background ,blue :foreground ,bg1)))
+     `(diff-refine-removed    ((,class :background ,red :foreground ,bg1)))
      `(diff-removed           ((,class :background nil :foreground ,red)))
 
 ;;;;; diff-hl



reply via email to

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