summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-11-04 12:31:32 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2013-11-04 12:31:32 +0200
commitd6649c07f274f9798c8db8a510ba252b0d73c96f (patch)
tree2c8d236b0405705911c0a35e9b07007f1f2d9de9 /zenburn-theme.el
parent6d6896fb98c9ce07b2b9b7479d055a8959d880e6 (diff)
[Fix #139] Fix typo in face name
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index d055468..33ffdb9 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -768,7 +768,7 @@ Also bind `class' to ((class color) (min-colors 89))."
'(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 ,zenburn-fg+1 :weight bold))))
+ `(undo-tree-visualizer-active-branch-face ((t (:foreground ,zenburn-fg-1 :weight bold))))
`(undo-tree-visualizer-current-face ((t (:foreground ,zenburn-red-1 :weight bold))))
`(undo-tree-visualizer-default-face ((t (:foreground ,zenburn-fg))))
`(undo-tree-visualizer-register-face ((t (:foreground ,zenburn-yellow))))