From 6d23149222cd42a9979d1ab01ee737a413ba69ba Mon Sep 17 00:00:00 2001 From: Bradley Wright Date: Fri, 19 Jun 2015 23:19:50 +0100 Subject: [PATCH] Add faces for undo-tree --- solarized-definitions.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index 97705c8..007e95b 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -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)