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

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

[nongnu] elpa/spacemacs-theme 8a023785f4 087/336: Support diff-hl


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 8a023785f4 087/336: Support diff-hl
Date: Fri, 14 Jan 2022 10:59:15 -0500 (EST)

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

    Support diff-hl
---
 spacemacs-common.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 8cee5dad45..5e291a9855 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -163,6 +163,11 @@
      `(diff-refine-removed    ((,class :background ,red :foreground ,bg4)))
      `(diff-removed           ((,class :background nil :foreground ,red)))
 
+;;;;; diff-hl
+     `(diff-hl-change ((,class :background ,inf :foreground nil)))
+     `(diff-hl-delete ((,class :background ,err :foreground nil)))
+     `(diff-hl-insert ((,class :background ,suc :foreground nil)))
+
 ;;;;; dired
      `(dired-directory ((,class (:foreground ,key1 :background ,bg1 :weight 
bold))))
      `(dired-flagged ((,class (:foreground ,red))))



reply via email to

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