solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 046452855938bdaaff7b8b6acd683d6a69da52b9
parent 6e522b98fa372c72e6b164833bbd68e69e383d8b
Author: Christopher Monsanto <chris@monsan.to>
Date:   Mon, 25 Jun 2012 06:38:34 -0400

mic-paren

Diffstat:
Msolarized-theme.el | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -610,6 +610,14 @@ `(show-paren-mismatch ((,class (:foreground ,red :background ,solarized-bg :weight normal :inverse-video t)))) + ;; mic-paren + `(paren-face-match + ((,class (:foreground ,cyan :background ,solarized-bg :weight normal :inverse-video t)))) + `(paren-face-mismatch + ((,class (:foreground ,red :background ,solarized-bg :weight normal :inverse-video t)))) + `(paren-face-no-match + ((,class (:foreground ,red :background ,solarized-bg :weight normal :inverse-video t)))) + ;; SLIME `(slime-repl-inputed-output-face ((,class (:foreground ,red))))