branch: externals/aircon-theme
commit cc3d129ed897c0f1e2b66c9db177310abb8337e4
Author: Gregory Chamberlain <g...@cosine.blue>
Commit: Gregory Chamberlain <g...@cosine.blue>

    Inherit diff-error from error
---
 aircon-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aircon-theme.el b/aircon-theme.el
index 131e756e66..5dd44e8599 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -192,6 +192,7 @@
  '(diff-removed           ((t (:background "#ffcccc" :foreground "#4b1313"))))
  '(diff-indicator-removed ((t (:inherit (diff-removed bold)))))
  '(diff-refine-removed    ((t (:background "#ef9d9d" :foreground "#3a0a0a "))))
+ '(diff-error             ((t (:inherit (error)))))
 
  '(change-log-date           ((t (:inherit (aircon-scorpion)))))
  '(change-log-list           ((t (:inherit (aircon-eden)))))

Reply via email to