summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorLes Harris <les@lesharris.com>2015-03-17 20:59:35 -0700
committerLes Harris <les@lesharris.com>2015-03-17 20:59:35 -0700
commit1b6537ebf78a00bf57c09d76ffc6d38abed05584 (patch)
tree6ba73a5b49aa7f0ada9b3f64e579a45a2d430fb2 /zenburn-theme.el
parent2311fce2f1d4ac9c5b8f555a819abeafedefa7c6 (diff)
Added hydra faces
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 2d82db1..6a8bbe2 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -561,6 +561,12 @@ Also bind `class' to ((class color) (min-colors 89))."
;;;;; hl-sexp
`(hl-sexp-face ((,class (:background ,zenburn-bg+1))
(t :weight bold)))
+;;;;; hydra
+ `(hydra-face-red ((t (:foreground ,zenburn-red-1 :background ,zenburn-bg))))
+ `(hydra-face-amaranth ((t (:foreground ,zenburn-red-3 :background ,zenburn-bg))))
+ `(hydra-face-blue ((t (:foreground ,zenburn-blue :background ,zenburn-bg))))
+ `(hydra-face-pink ((t (:foreground ,zenburn-magenta :background ,zenburn-bg))))
+ `(hydra-face-teal ((t (:foreground ,zenburn-cyan :background ,zenburn-bg))))
;;;;; ido-mode
`(ido-first-match ((t (:foreground ,zenburn-yellow :weight bold))))
`(ido-only-match ((t (:foreground ,zenburn-orange :weight bold))))