summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorericdanan <ericdanan@users.noreply.github.com>2016-07-25 06:41:54 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-07-25 07:41:54 +0300
commitd80c7cb91cce840c533d2261de44222c82c002b8 (patch)
treec5d3ae4bb80417e83784dea6acd19627e3080567
parent21010d4b8d009ba680ee69d2f9487129ba45ef9c (diff)
Fix a typo in the outline structure (#249)
-rw-r--r--zenburn-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 90e77a2..2565b22 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -645,7 +645,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(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))))
-;;;; ivy
+;;;;; ivy
`(ivy-confirm-face ((t (:foreground ,zenburn-green :background ,zenburn-bg))))
`(ivy-match-required-face ((t (:foreground ,zenburn-red :background ,zenburn-bg))))
`(ivy-remote ((t (:foreground ,zenburn-blue :background ,zenburn-bg))))