commit 9bdc522a5ebeb03c8af921cd1580ec6d9ea17264
parent a9483844f5118722af2d603a726a0fa973a4a310
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Wed, 2 May 2012 21:42:00 -0700
Merge pull request #29 from thomasf/delimiters
Changed show paren and rainbow delimiters unmatched face colors, now any...
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -465,6 +465,8 @@
`(rainbow-delimiters-depth-10-face ((,class (:foreground ,green))))
`(rainbow-delimiters-depth-11-face ((,class (:foreground ,blue))))
`(rainbow-delimiters-depth-12-face ((,class (:foreground ,red))))
+ `(rainbow-delimiters-unmatched-face
+ ((,class (:foreground ,solarized-fg :background ,solarized-bg :inverse-video t))))
;; rpm-mode
`(rpm-spec-dir-face ((,class (:foreground ,green))))
@@ -478,8 +480,10 @@
`(rpm-spec-var-face ((,class (:foreground ,red))))
;; show-paren
- `(show-paren-mismatch ((,class (:foreground ,red :background ,solarized-bg :weight bold))))
- `(show-paren-match ((,class (:foreground ,blue :background ,solarized-bg :weight bold))))
+ `(show-paren-match
+ ((,class (:foreground ,cyan :background ,solarized-bg :weight normal :inverse-video t))))
+ `(show-paren-mismatch
+ ((,class (:foreground ,red :background ,solarized-bg :weight normal :inverse-video t))))
;; SLIME
`(slime-repl-inputed-output-face ((,class (:foreground ,red))))