solarized-emacs

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

commit 6c95049e9649f547c496e98a7bb5e9e980df7f1f
parent 3de9aca0a8b1cdd2cf7a5c58829b3f14520e76b7
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 28 Jan 2014 13:18:33 +0100

paren match faces unspecified weight

Diffstat:
Msolarized.el | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1320,29 +1320,29 @@ customize the resulting theme." `(sp-show-pair-enclosing ((,class (:inherit highlight)))) `(sp-show-pair-match-face ((,class (:background unspecified :foreground ,magenta - :weight normal)))) + :weight unspecified)))) `(sp-show-pair-mismatch-face ((,class (:foreground ,base02 :background ,red - :weight normal)))) + :weight unspecified)))) ;; show-paren `(show-paren-match ((,class (:foreground ,magenta :background unspecified - :weight normal)))) + :weight unspecified)))) `(show-paren-mismatch ((,class (:foreground ,base02 :background ,red - :weight normal)))) + :weight unspecified)))) ;; mic-paren `(paren-face-match ((,class (:foreground ,magenta :background unspecified - :weight normal)))) + :weight unspecified)))) `(paren-face-mismatch ((,class (:foreground ,base02 :background ,red - :weight normal)))) + :weight unspecified)))) `(paren-face-no-match ((,class (:foreground ,base02 :background ,red - :weight normal)))) + :weight unspecified)))) ;; SLIME `(slime-repl-inputed-output-face ((,class (:foreground ,red))))