solarized-emacs

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

commit 86fd9b8312d80762b1735c91298cc161589b7a57
parent 2edd55d99d8529b5f52378b977018cbe86452f44
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 23 Feb 2014 18:26:23 +0100

make paren matching faces bold

requested here: https://github.com/bbatsov/solarized-emacs/commit/3de9aca0a8b1cdd2cf7a5c58829b3f14520e76b7#commitcomment-5460889

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

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