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

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

[nongnu] elpa/spacemacs-theme 433e1c981a 317/336: Visual enhancements fo


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 433e1c981a 317/336: Visual enhancements for diff-hl (fixes issue #168)
Date: Fri, 14 Jan 2022 10:59:48 -0500 (EST)

branch: elpa/spacemacs-theme
commit 433e1c981ad63fba062e7acdfd5fbe60705c304e
Author: ianpan870102 <ianpan870102@gmail.com>
Commit: ianpan870102 <ianpan870102@gmail.com>

    Visual enhancements for diff-hl (fixes issue #168)
---
 spacemacs-common.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 1fadc004db..269f6b3452 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -301,9 +301,9 @@ to 'auto, tags may not be properly aligned. "
      `(diff-removed           ((,class :background nil :foreground ,red 
:extend t)))
 
 ;;;;; diff-hl
-     `(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)))
+     `(diff-hl-insert ((,class :background ,green :foreground ,green)))
+     `(diff-hl-delete ((,class :background ,red :foreground ,red)))
+     `(diff-hl-change ((,class :background ,blue :foreground ,blue)))
 
 ;;;;; dired
      `(dired-directory ((,class (:foreground ,keyword :background ,bg1 
:inherit bold))))
@@ -483,8 +483,8 @@ to 'auto, tags may not be properly aligned. "
 
 ;;;;; git-gutter-fr
      `(git-gutter-fr:added ((,class (:foreground ,green :inherit bold))))
-     `(git-gutter-fr:deleted ((,class (:foreground ,war :inherit bold))))
-     `(git-gutter-fr:modified ((,class (:foreground ,keyword :inherit bold))))
+     `(git-gutter-fr:deleted ((,class (:foreground ,red :inherit bold))))
+     `(git-gutter-fr:modified ((,class (:foreground ,blue :inherit bold))))
 
 ;;;;; git-timemachine
      `(git-timemachine-minibuffer-detail-face ((,class (:foreground ,blue 
:inherit bold :background ,blue-bg))))



reply via email to

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