From d69a5dd7fdbafc2ac17cfa13a5ad3833fbc990ea Mon Sep 17 00:00:00 2001 From: Bradley Wright Date: Tue, 19 May 2015 21:01:47 +0100 Subject: [PATCH] Add Magit faces This covers all the use cases I commonly hit while using Magit. --- solarized-definitions.el | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index de071d7..f92b6f7 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -750,7 +750,20 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." ;; guide-key (guide-key/prefix-command-face (,@fg-blue)) (guide-key/highlight-command-face (,@fg-orange)) - (guide-key/key-face (,@fg-green))))))) + (guide-key/key-face (,@fg-green)) + ;; magit + (magit-log-sha1 (,@fg-red)) + (magit-branch (,@fg-yellow)) + (magit-tag (,@fg-green)) + (magit-diff-file-header (,@fg-blue)) + (magit-diff-hunk-header (:inherit default)) + (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))))))) ;;;###autoload (when (boundp 'custom-theme-load-path)