From 2e4c3818811857727f0d958789ab6849e56f8d3b Mon Sep 17 00:00:00 2001 From: Bradley Wright Date: Wed, 20 May 2015 21:26:08 +0100 Subject: [PATCH] Inherit from diff-{hunk,file}-header instead This is what Magit actually does by default, so it's simpler to change the base faces than fontify the new ones exclusively. --- solarized-definitions.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index f92b6f7..4fdbf5d 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -304,7 +304,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." (diff-refine-change (,@fg-blue ,@bg-base02)))))) (diff-refine-added (:inherit diff-added ,@fmt-revr)) (diff-refine-removed (:inherit diff-removed ,@fmt-revr)) - (diff-file-header (,@bg-back)) + (diff-file-header (:inherit default ,@fg-blue)) + (diff-hunk-header (:inherit default)) (diff-header (,@fg-base1 ,@bg-back)) ;; IDO (ido-only-match (,@fg-green)) @@ -755,8 +756,6 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." (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))