branch: elpa/apropospriate-theme
commit 409af2b22ec03cbb81318df7982afa463deb73d2
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
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))))