summaryrefslogtreecommitdiffstats
path: root/emacs.d/10-naquadah-theme.el
blob: 5507800510be434564df66dad68f6d84e8ed0b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)))