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

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

[nongnu] elpa/anti-zenburn-theme 18476c7 077/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 18476c7 077/151: From zenburn-emacs: add undo-tree faces.
Date: Thu, 21 Oct 2021 18:01:27 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 18476c7d347c4d4d2a596707d63193d134ba90e4
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: add undo-tree faces.
---
 anti-zenburn-theme.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 30fe46e..25461dd 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -770,6 +770,13 @@
    '(term-default-fg-color ((t (:inherit term-color-white))))
    '(term-default-bg-color ((t (:inherit term-color-black))))
 
+   ;; undo-tree
+   `(undo-tree-visualizer-active-branch-face ((t (:foreground ,azenburn-fg+1 
:weight bold))))
+   `(undo-tree-visualizer-current-face ((t (:foreground ,azenburn-blue-1 
:weight bold))))
+   `(undo-tree-visualizer-default-face ((t (:foreground ,azenburn-fg))))
+   `(undo-tree-visualizer-register-face ((t (:foreground 
,azenburn-dark-blue))))
+   `(undo-tree-visualizer-unmodified-face ((t (:foreground 
,azenburn-bordeaux))))
+
    ;; volatile-highlights
    `(vhl/default-face ((t (:background ,azenburn-bg-05))))
 



reply via email to

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