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.
upstream-master
Bradley Wright 11 years ago
parent d69a5dd7fd
commit 2e4c381881
  1. 5
      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))

Loading…
Cancel
Save