Skip to content

Commit

Permalink
theme mic-paren
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Apr 6, 2012
1 parent 5734c10 commit 23dd582
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zenburn-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@
`(mew-face-eof-message ((,class (:foreground ,zenburn-green))))
`(mew-face-eof-part ((,class (:foreground ,zenburn-yellow))))

;; mic-paren
`(paren-face-match ((,class (:foreground ,zenburn-cyan :background ,zenburn-bg :weight bold))))
`(paren-face-mismatch ((,class (:foreground ,zenburn-bg :background ,zenburn-magenta :weight bold))))
`(paren-face-no-match ((,class (:foreground ,zenburn-bg :background ,zenburn-red :weight bold))))

;; nav
`(nav-face-heading ((,class (:foreground ,zenburn-yellow))))
`(nav-face-button-num ((,class (:foreground ,zenburn-cyan))))
Expand Down

0 comments on commit 23dd582

Please sign in to comment.