aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-06-30 09:54:53 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-06-30 09:54:53 +0200
commit016a8600f19854c21a8097fbb3bbd658d22b3a5a (patch)
treee1f14e9eeefba50a9863155a38ef1dd6f6a497bd /soria-theme.el
parent533964d56966b9570bacf5534005140c4240250f (diff)
downloadsoria-016a8600f19854c21a8097fbb3bbd658d22b3a5a.tar.gz
soria-016a8600f19854c21a8097fbb3bbd658d22b3a5a.zip
Added rainbow-delimiters support
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el35
1 files changed, 35 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el
index d87f29d..71af0d1 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -430,6 +430,41 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats."
`(eshell-ls-symlink
((,class (:foreground ,soria-darkpurple))))
+
+ ;; rainbow-delimiters
+
+ `(rainbow-delimiters-depth-1-face
+ ((,class (:foreground ,soria-brightgreen))))
+
+ `(rainbow-delimiters-depth-2-face
+ ((,class (:foreground ,soria-redpastel))))
+
+ `(rainbow-delimiters-depth-3-face
+ ((,class (:foreground ,soria-orange))))
+
+ `(rainbow-delimiters-depth-4-face
+ ((,class (:foreground ,soria-blue))))
+
+ `(rainbow-delimiters-depth-5-face
+ ((,class (:foreground ,soria-white))))
+
+ `(rainbow-delimiters-depth-6-face
+ ((,class (:foreground ,soria-white))))
+
+ `(rainbow-delimiters-depth-7-face
+ ((,class (:foreground ,soria-white))))
+
+ `(rainbow-delimiters-depth-8-face
+ ((,class (:foreground ,soria-white))))
+
+ `(rainbow-delimiters-depth-9-face
+ ((,class (:foreground ,soria-white))))
+
+ `(rainbow-delimiters-unmatched-face
+ ((,class (:foreground ,soria-purple :bold t))))
+
+ `(rainbow-delimiters-missmatched-face
+ ((,class (:foreground ,soria-purple :bold t))))
)
)