emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/aircon-theme 04ab975fec 52/58: Style Magit headers and


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme 04ab975fec 52/58: Style Magit headers and highlights
Date: Thu, 9 Jun 2022 04:57:32 -0400 (EDT)

branch: externals/aircon-theme
commit 04ab975fec222fdd53e6b4bc7d5db8aa6288d999
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Style Magit headers and highlights
---
 aircon-theme.el | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/aircon-theme.el b/aircon-theme.el
index c64478fadd..ef366934ac 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -208,6 +208,11 @@
  '(magit-diffstat-removed        ((t (:inherit (aircon-brick)))))
 
  '(magit-section-heading         ((t (:inherit (aircon-sapphire bold)))))
+ '(magit-section-highlight       ((t (:inherit (aircon-header)))))
+
+ '(magit-blame-heading           ((t (:inherit aircon-header))))
+ '(magit-blame-highlight         ((t (:inherit aircon-header))))
+ '(magit-blame-margin            ((t (:inherit aircon-header))))
 
  '(magit-branch-local            ((t (:inherit (aircon-eden)))))
  '(magit-branch-remote           ((t (:inherit (aircon-goblin)))))
@@ -218,6 +223,8 @@
  '(magit-log-author              ((t (:inherit (change-log-name)))))
  '(magit-log-date                ((t (:inherit (change-log-date)))))
 
+ '(magit-diff-base               ((t (:inherit aircon-linen))))
+ '(magit-diff-base-highlight     ((t (:inherit aircon-mango))))
  '(magit-diff-added              ((t (:inherit diff-added))))
  '(magit-diff-added-highlight    ((t (:inherit diff-refine-added))))
  '(magit-diff-removed            ((t (:inherit diff-removed))))
@@ -225,6 +232,13 @@
  '(magit-diff-whitespace-warning ((t (:inherit trailing-whitespace))))
  '(magit-diff-file-heading       ((t (:inherit vc-dir-status-edited))))
 
+ '(magit-diff-hunk-heading               ((t (:inherit (aircon-header)))))
+ `(magit-diff-hunk-heading-highlight     ((t (:background ,aircon-ghost))))
+ '(magit-diff-context                    ((t (:inherit (aircon-scorpion)))))
+ '(magit-diff-context-highlight          ((t (:inherit (aircon-header)))))
+ '(magit-diff-file-heading-highlight     ((t (:inherit (aircon-header)))))
+ '(magit-diff-revision-summary-highlight ((t (:inherit (aircon-header)))))
+
  '(dired-directory      ((t (:inherit (aircon-cello bold)))))
  '(dired-header         ((t (:inherit (dired-directory)))))
  '(dired-symlink        ((t (:inherit (italic link)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]