commit 2edd55d99d8529b5f52378b977018cbe86452f44
parent 3d1719257ab0762032b5819d0a1fdb9e13576ebb
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 23 Feb 2014 18:19:17 +0100
change rainbow delimiter orange to violet
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1260,15 +1260,15 @@ customize the resulting theme."
`(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 ,orange))))
+ `(rainbow-delimiters-depth-4-face ((,class (:foreground ,violet))))
`(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-8-face ((,class (:foreground ,violet))))
`(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 ,orange))))
+ `(rainbow-delimiters-depth-12-face ((,class (:foreground ,violet))))
`(rainbow-delimiters-unmatched-face
((,class (:foreground ,base0 :background ,base03 :inverse-video t))))