summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-08-09 10:42:40 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-08-09 10:42:40 +0300
commit412b33c66016cb7187aae65b011485a98f3ea651 (patch)
treea1db0812349385e3dceb218efe68c92ef79b0492 /zenburn-theme.el
parentb4c8973660a36a64782aaa6dc508ba4c74d6e983 (diff)
Theme CIDER's cider-result-overlay-face
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index bb4cc18..04355fd 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -241,6 +241,8 @@ Also bind `class' to ((class color) (min-colors 89))."
`(bm-fringe-face ((t (:background ,zenburn-yellow-1 :foreground ,zenburn-bg))))
`(bm-fringe-persistent-face ((t (:background ,zenburn-green-1 :foreground ,zenburn-bg))))
`(bm-persistent-face ((t (:background ,zenburn-green-1 :foreground ,zenburn-bg))))
+;;;;; cider
+ `(cider-result-overlay-face ((t (:foreground ,zenburn-fg-1))))
;;;;; circe
`(circe-highlight-nick-face ((t (:foreground ,zenburn-cyan))))
`(circe-my-message-face ((t (:foreground ,zenburn-fg))))