commit cfc57442ae2545c3f78b72c3502868d6c5b59e15
parent a9483844f5118722af2d603a726a0fa973a4a310
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Wed, 2 May 2012 23:39:54 +0200
Changed show paren and rainbow delimiters unmatched face colors, now any combination of show-paren and rainbow-delimiters-mode should work without losing sight of those highlights.
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))))