branch: elpa/ample-theme
commit 0a2bac5b264c3f0b5acfa04010a9f270524ce4de
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>

    undo-tree
---
 ample-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index ec9f306..6533c31 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -156,6 +156,12 @@
    `(magit-log-sha1 ((t (:foreground ,ample/purple))))
    `(magit-item-highlight ((t (:foreground nil :background "#162433"))))
 
+   ;;undo-tree
+   `(undo-tree-visualizer-active-branch-face ((t (:inherit default))))
+   `(undo-tree-visualizer-default-face ((t (:inherit font-lock-comment-face))))
+   `(undo-tree-visualizer-register-face ((t (:foreground ,ample/yellow 
:background nil))))
+   `(undo-tree-visualizer-current-face ((t (:foreground ,ample/red :background 
nil))))
+   `(undo-tree-visualizer-unmodified-face ((t (:foreground ,ample/purple 
:background nil))))
 
    ;; error
    `(error ((t (:foreground "red"))))

Reply via email to