commit b9892fcf55627d6ce2668393443115bf9346c903
parent 2bd913e8e55d4dfb6043cbc18188c70c4db3051f
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Fri, 21 Sep 2012 07:48:10 -0700
Merge pull request #44 from vitoshka/master
Make rainbow delimiters less intrusive and less confusing
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -595,15 +595,15 @@
`(rainbow-delimiters-depth-1-face ((,class (:foreground ,cyan))))
`(rainbow-delimiters-depth-2-face ((,class (:foreground ,yellow))))
`(rainbow-delimiters-depth-3-face ((,class (:foreground ,blue))))
- `(rainbow-delimiters-depth-4-face ((,class (:foreground ,red))))
- `(rainbow-delimiters-depth-5-face ((,class (:foreground ,orange))))
- `(rainbow-delimiters-depth-6-face ((,class (:foreground ,blue))))
- `(rainbow-delimiters-depth-7-face ((,class (:foreground ,green))))
- `(rainbow-delimiters-depth-8-face ((,class (:foreground ,red))))
- `(rainbow-delimiters-depth-9-face ((,class (:foreground ,yellow))))
- `(rainbow-delimiters-depth-10-face ((,class (:foreground ,green))))
+ `(rainbow-delimiters-depth-4-face ((,class (:foreground ,orange))))
+ `(rainbow-delimiters-depth-5-face ((,class (:foreground ,green))))
+ `(rainbow-delimiters-depth-6-face ((,class (:foreground ,yellow))))
+ `(rainbow-delimiters-depth-7-face ((,class (:foreground ,blue))))
+ `(rainbow-delimiters-depth-8-face ((,class (:foreground ,orange))))
+ `(rainbow-delimiters-depth-9-face ((,class (:foreground ,green))))
+ `(rainbow-delimiters-depth-10-face ((,class (:foreground ,yellow))))
`(rainbow-delimiters-depth-11-face ((,class (:foreground ,blue))))
- `(rainbow-delimiters-depth-12-face ((,class (:foreground ,red))))
+ `(rainbow-delimiters-depth-12-face ((,class (:foreground ,orange))))
`(rainbow-delimiters-unmatched-face
((,class (:foreground ,solarized-fg :background ,solarized-bg :inverse-video t))))