Merge pull request #162 from bradleywright/undo-tree-faces

Add faces for undo-tree
This commit is contained in:
Greg Pfeil 2015-06-19 18:34:17 -06:00
commit 78c7ff4e75
1 changed files with 7 additions and 1 deletions

View File

@ -762,7 +762,13 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(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)))))))
(magit-process-ng (,@fg-red :inherit magit-section-title))
;; undo-tree
(undo-tree-visualizer-current-face (,@fg-orange))
(undo-tree-visualizer-default-face (:inherit shadow))
(undo-tree-visualizer-active-branch-face (:inherit default))
(undo-tree-visualizer-unmodified-face (,@fg-cyan))
(undo-tree-visualizer-register-face (,@fg-yellow)))))))
;;;###autoload
(when (boundp 'custom-theme-load-path)