branch: externals/aircon-theme
commit 27cb79e2a5506b64fe214cc308affc0cfdb79b84
Author: Gregory Chamberlain <[email protected]>
Commit: Gregory Chamberlain <[email protected]>
Add some Magit diff faces
---
aircon-theme.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/aircon-theme.el b/aircon-theme.el
index 2bb3cdc497..b4f09b26a8 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -113,6 +113,11 @@
`(diff-removed ((,c (:background "#ffcccc" :foreground "#4b1313"))))
`(diff-refine-removed ((,c (:background "#ef9d9d" :foreground "#3a0a0a "))))
+ `(magit-diff-added ((,c (:inherit diff-added))))
+ `(magit-diff-added-highlight ((,c (:inherit diff-refine-added))))
+ `(magit-diff-removed ((,c (:inherit diff-removed))))
+ `(magit-diff-removed-highlight ((,c (:inherit diff-refine-removed))))
+
`(dired-directory ((,c (:inherit font-lock-builtin-face))))
`(dired-header ((,c (:inherit font-lock-builtin-face))))
`(dired-symlink ((,c (:inherit font-lock-constant-face))))