summaryrefslogtreecommitdiffstats
path: root/emacs.d/10-naquadah-theme.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-17 00:45:41 +0200
committerGravatar Tom Willemsen2011-05-17 00:45:41 +0200
commita252e892a9a266f780f13f943f4499488bbdcdc1 (patch)
treef8a2629bb9b2908d883b199b8d23960b7ed1559a /emacs.d/10-naquadah-theme.el
parent31549fbf40e6bed44fd60e5da4a350117470a163 (diff)
downloaddotfiles-a252e892a9a266f780f13f943f4499488bbdcdc1.tar.gz
dotfiles-a252e892a9a266f780f13f943f4499488bbdcdc1.zip
EMACS: Added Rainbow delimiters mode
Diffstat (limited to 'emacs.d/10-naquadah-theme.el')
-rw-r--r--emacs.d/10-naquadah-theme.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/emacs.d/10-naquadah-theme.el b/emacs.d/10-naquadah-theme.el
new file mode 100644
index 0000000..5507800
--- /dev/null
+++ b/emacs.d/10-naquadah-theme.el
@@ -0,0 +1,16 @@
+(require 'naquadah-theme)
+
+;; Extension to the naquadah theme
+(naquadah-theme-set-faces
+ 'naquadah
+ '(rainbow-delimiters-depth-1-face (:foreground gradient-1))
+ '(rainbow-delimiters-depth-2-face (:foreground gradient-2))
+ '(rainbow-delimiters-depth-3-face (:foreground gradient-3))
+ '(rainbow-delimiters-depth-4-face (:foreground gradient-4))
+ '(rainbow-delimiters-depth-5-face (:foreground gradient-5))
+ '(rainbow-delimiters-depth-6-face (:foreground gradient-6))
+ '(rainbow-delimiters-depth-7-face (:foreground gradient-7))
+ '(rainbow-delimiters-depth-8-face (:foreground gradient-8))
+ '(rainbow-delimiters-depth-9-face (:foreground gradient-9))
+ '(rainbow-delimiters-depth-10-face (:foreground gradient-10))
+ '(rainbow-delimiters-depth-11-face (:foreground gradient-11)))