This commit is contained in:
Toke Høiland-Jørgensen 2023-02-09 01:43:41 -07:00 committed by GitHub
commit b9e91384ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 5 deletions

View File

@ -806,14 +806,27 @@ contains Solarized symbols."
(guide-key/highlight-command-face (,@fg-orange))
(guide-key/key-face (,@fg-green))
;; magit
(magit-log-sha1 (,@fg-red))
(magit-blame-heading (:inherit secondary-selection))
(magit-branch (,@fg-yellow))
(magit-branch-local (,@fg-cyan))
(magit-branch-remote (,@fg-green))
(magit-diff-added (:inherit diff-added))
(magit-diff-added-highlight (:inherit magit-diff-added ,@bg-base02))
(magit-diff-context-highlight (:inherit secondary-selection))
(magit-diff-hunk-heading (,@bg-base02 ,@fg-base2))
(magit-diff-hunk-heading-highlight (:inherit region))
(magit-diff-removed (:inherit diff-removed))
(magit-diff-removed-highlight (:inherit magit-diff-removed ,@bg-base02))
(magit-dimmed (,@fg-base00))
(magit-hash (,@fg-magenta))
(magit-header-line (,@fg-orange))
(magit-section-heading (,@fmt-bold ,@fg-yellow))
(magit-section-highlight (,@bg-base02))
(magit-signature-bad (,@fmt-bold ,@fg-red))
(magit-signature-good (,@fg-green))
(magit-signature-untrusted (,@fg-cyan))
(magit-tag (,@fg-green))
(magit-log-author (,@fg-cyan))
(magit-log-head-label-remote (,@fg-green))
(magit-log-head-label-tags (,@fg-orange))
(magit-log-head-label-local (,@fg-yellow))
(magit-log-head-label-head (,@fg-violet))
(magit-process-ok (,@fg-green :inherit magit-section-title))
(magit-process-ng (,@fg-red :inherit magit-section-title))
;; undo-tree