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

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

[nongnu] elpa/spacemacs-theme c45aa258dc 195/336: Support diff-file-head


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme c45aa258dc 195/336: Support diff-file-header (Fix #74)
Date: Fri, 14 Jan 2022 10:59:34 -0500 (EST)

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

    Support diff-file-header (Fix #74)
---
 spacemacs-common.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 7ad82a21f5..761c6ce27e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -230,6 +230,7 @@
      `(diff-added             ((,class :background nil :foreground ,green)))
      `(diff-changed           ((,class :background nil :foreground ,keyword)))
      `(diff-header            ((,class :background ,cblk-ln-bg :foreground 
,func)))
+     `(diff-file-header       ((,class :background ,cblk-ln-bg :foreground 
,cblk)))
      `(diff-indicator-added   ((,class :background nil :foreground ,green)))
      `(diff-indicator-changed ((,class :background nil :foreground ,keyword)))
      `(diff-indicator-removed ((,class :background nil :foreground ,red)))



reply via email to

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