Merge pull request #159 from bradleywright/magit-faces

Add Magit faces
This commit is contained in:
Greg Pfeil 2015-05-20 19:40:26 -06:00
commit cf2d7d7d5a
1 changed files with 14 additions and 2 deletions

View File

@ -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))
@ -750,7 +751,18 @@ 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-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)