emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ample-theme 0a2bac5 044/137: undo-tree


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 0a2bac5 044/137: undo-tree
Date: Thu, 21 Oct 2021 18:00:14 -0400 (EDT)

branch: elpa/ample-theme
commit 0a2bac5b264c3f0b5acfa04010a9f270524ce4de
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    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

[Prev in Thread] Current Thread [Next in Thread]