summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authoryewton <yewton@users.noreply.github.com>2016-04-15 15:58:26 +0900
committeryewton <yewton@users.noreply.github.com>2016-04-15 15:58:26 +0900
commit0074d0fb6a6ddd51359a8abdd2d89a3fe23e406b (patch)
tree9bfe4e6d7dad99f95f3efe66babc5ee500c86640 /zenburn-theme.el
parent3a52262becc6bd489f4b8d2b252fa15116aaf238 (diff)
Fix unbalanced paran
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 e5613d1..8f05ed5 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -275,7 +275,7 @@ Also bind `class' to ((class color) (min-colors 89))."
;;;;; cider
`(cider-result-overlay-face ((t (:foreground ,zenburn-fg-1 :background unspecified))))
`(cider-enlightened-face ((t (:box (:color ,zenburn-orange :line-width -1)))))
- `(cider-enlightened-local-face ((t (:weight bold :foreground ,zenburn-green+1)))))
+ `(cider-enlightened-local-face ((t (:weight bold :foreground ,zenburn-green+1))))
`(cider-deprecated-face ((t (:background ,zenburn-yellow-2))))
`(cider-instrumented-face ((t (:box (:color ,zenburn-red :line-width -1)))))
`(cider-traced-face ((t (:box (:color ,zenburn-cyan :line-width -1)))))