diff --git a/solarized-definitions.el b/solarized-definitions.el index b4069ae..e3a30c0 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -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