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

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

[nongnu] elpa/spacemacs-theme af8a6093cd 261/336: Tweak diff-hl backgrou


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme af8a6093cd 261/336: Tweak diff-hl backgrounds (Fix #118)
Date: Fri, 14 Jan 2022 10:59:43 -0500 (EST)

branch: elpa/spacemacs-theme
commit af8a6093cd729c158da0532a8345612956553c8b
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Tweak diff-hl backgrounds (Fix #118)
---
 spacemacs-common.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 2be562fb30..62cb0e8887 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -284,9 +284,9 @@ to 'auto, tags may not be properly aligned. "
      `(diff-removed           ((,class :background nil :foreground ,red)))
 
 ;;;;; diff-hl
-     `(diff-hl-change ((,class :background ,blue-bg :foreground ,blue)))
-     `(diff-hl-delete ((,class :background ,red-bg :foreground ,red)))
-     `(diff-hl-insert ((,class :background ,green-bg :foreground ,green)))
+     `(diff-hl-change ((,class :background ,blue-bg-s :foreground ,blue)))
+     `(diff-hl-delete ((,class :background ,red-bg-s :foreground ,red)))
+     `(diff-hl-insert ((,class :background ,green-bg-s :foreground ,green)))
 
 ;;;;; dired
      `(dired-directory ((,class (:foreground ,keyword :background ,bg1 
:inherit bold))))



reply via email to

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