From 86fd9b8312d80762b1735c91298cc161589b7a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Sun, 23 Feb 2014 18:26:23 +0100 Subject: [PATCH] make paren matching faces bold requested here: https://github.com/bbatsov/solarized-emacs/commit/3de9aca0a8b1cdd2cf7a5c58829b3f14520e76b7#commitcomment-5460889 --- solarized.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/solarized.el b/solarized.el index 95d89731..0e2b5ecb 100644 --- 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))))