branch: externals/aircon-theme
commit f3ae3252e9fbdc08520cf6e4ebc87290df548ea5
Author: Gregory Chamberlain <[email protected]>
Commit: Gregory Chamberlain <[email protected]>
Style diff-indicator-added, -removed
---
aircon-theme.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/aircon-theme.el b/aircon-theme.el
index 35ba40fca1..fd835cc6c7 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -174,8 +174,10 @@
'(diff-header ((t (:inherit (aircon-header)))))
'(diff-file-header ((t (:inherit (diff-header) :weight bold))))
'(diff-added ((t (:background "#c4face" :foreground "#143c1d"))))
+ '(diff-indicator-added ((t (:inherit (diff-added bold)))))
'(diff-refine-added ((t (:background "#88cd98" :foreground "#0c2912 "))))
'(diff-removed ((t (:background "#ffcccc" :foreground "#4b1313"))))
+ '(diff-indicator-removed ((t (:inherit (diff-removed bold)))))
'(diff-refine-removed ((t (:background "#ef9d9d" :foreground "#3a0a0a "))))
'(magit-bisect-bad ((t (:inherit (aircon-brick)))))