branch: elpa/material-theme
commit d3205bb9f65e61d2327dcaca2226e470601eba8c
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
improved rainbow-delimiters and added screenshot
---
Readme.org | 3 +++
material-theme.el | 20 ++++++++++----------
rainbow-delimiters.png | Bin 0 -> 32451 bytes
3 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/Readme.org b/Readme.org
index e9fdb21..14ab696 100644
--- a/Readme.org
+++ b/Readme.org
@@ -14,5 +14,8 @@ Emacs Theme based on the colors proposed by the
[[http://www.google.com/design/s
** Org mode
[[./org-mode-demo.png]]
+** Rainbow Delimiters
+[[./rainbow-delimiters.png]]
+
** Ace-window
[[./ace-window.png]]
diff --git a/material-theme.el b/material-theme.el
index c7c5ae3..cfceecf 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -142,16 +142,16 @@
`(clojure-java-call ((,class (:foreground ,purple))))
;; Rainbow-delimiters
- `(rainbow-delimiters-depth-1-face ((,class (:foreground ,foreground))))
- `(rainbow-delimiters-depth-2-face ((,class (:foreground ,aqua))))
- `(rainbow-delimiters-depth-3-face ((,class (:foreground ,yellow))))
- `(rainbow-delimiters-depth-4-face ((,class (:foreground ,green))))
- `(rainbow-delimiters-depth-5-face ((,class (:foreground ,blue))))
- `(rainbow-delimiters-depth-6-face ((,class (:foreground ,foreground))))
- `(rainbow-delimiters-depth-7-face ((,class (:foreground ,aqua))))
- `(rainbow-delimiters-depth-8-face ((,class (:foreground ,yellow))))
- `(rainbow-delimiters-depth-9-face ((,class (:foreground ,green))))
- `(rainbow-delimiters-unmatched-face ((,class (:foreground ,red))))
+ `(rainbow-delimiters-depth-1-face ((,class (:foreground ,"#e91e63"))))
+ `(rainbow-delimiters-depth-2-face ((,class (:foreground ,"#2196F3"))))
+ `(rainbow-delimiters-depth-3-face ((,class (:foreground ,"#EF6C00"))))
+ `(rainbow-delimiters-depth-4-face ((,class (:foreground ,"#B388FF"))))
+ `(rainbow-delimiters-depth-5-face ((,class (:foreground ,"#76ff03"))))
+ `(rainbow-delimiters-depth-6-face ((,class (:foreground ,"#26A69A"))))
+ `(rainbow-delimiters-depth-7-face ((,class (:foreground ,"#FFCDD2"))))
+ `(rainbow-delimiters-depth-8-face ((,class (:foreground ,"#795548"))))
+ `(rainbow-delimiters-depth-9-face ((,class (:foreground ,"#DCE775"))))
+ `(rainbow-delimiters-unmatched-face ((,class (:foreground ,foreground
:background ,"#EF6C00"))))
;; MMM-mode
`(mmm-code-submode-face ((,class (:background ,current-line))))
diff --git a/rainbow-delimiters.png b/rainbow-delimiters.png
new file mode 100644
index 0000000..54a2d59
Binary files /dev/null and b/rainbow-delimiters.png differ