branch: externals/aircon-theme commit 3acc4ab4a629242efade0f37c35516290d323f4f Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Align values --- aircon-theme.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/aircon-theme.el b/aircon-theme.el index fd835cc6c7..3419bfd7ed 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -171,14 +171,14 @@ `(flyspell-duplicate ((t (:underline (:color ,aircon-marigold :style wave))))) `(flyspell-incorrect ((t (:underline (:color ,aircon-brick :style wave))))) - '(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-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 ")))) + '(diff-refine-removed ((t (:background "#ef9d9d" :foreground "#3a0a0a ")))) '(magit-bisect-bad ((t (:inherit (aircon-brick))))) '(magit-bisect-good ((t (:inherit (aircon-goblin)))))