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

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

[nongnu] elpa/apropospriate-theme 409af2b 085/118: add diff-refine faces


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 409af2b 085/118: add diff-refine faces that are slightly different from magit-diff
Date: Thu, 21 Oct 2021 18:02:28 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 409af2b22ec03cbb81318df7982afa463deb73d2
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add diff-refine faces that are slightly different from magit-diff
---
 apropospriate.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apropospriate.el b/apropospriate.el
index 615def7..77afa71 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -418,6 +418,9 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(magit-diff-added ((,class (:foreground ,green :background 
unspecified))))
      `(magit-diff-removed ((,class (:foreground ,red :background 
unspecified))))
      `(magit-diff-context ((,class (:foreground unspecified :background 
unspecified))))
+     `(diff-refine-added ((,class (:foreground ,green :weight bold :background 
,base00+1))))
+     `(diff-refine-changed ((,class (:foreground ,green :weight bold 
:background ,base00+1))))
+     `(diff-refine-removed ((,class (:foreground ,red :weight bold :background 
,base00+1))))
      `(magit-diff-added-highlight ((,class (:foreground ,green :background 
,base00-1))))
      `(magit-diff-removed-highlight ((,class (:foreground ,red :background 
,base00-1))))
      `(magit-diff-context-highlight ((,class (:foreground unspecified 
:background ,base00-1))))



reply via email to

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