From 016a8600f19854c21a8097fbb3bbd658d22b3a5a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 30 Jun 2016 09:54:53 +0200 Subject: Added rainbow-delimiters support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'soria-theme.el') 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)))) ) ) -- cgit v1.2.3