branch: elpa/anti-zenburn-theme
commit 18476c7d347c4d4d2a596707d63193d134ba90e4
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
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))))