Update magit definitions for magit 2.0

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
Toke Høiland-Jørgensen 2018-05-30 01:41:19 +02:00
parent f3ca8902ea
commit 22ad8ea177
1 changed files with 18 additions and 5 deletions

View File

@ -760,14 +760,27 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(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