From a252e892a9a266f780f13f943f4499488bbdcdc1 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 17 May 2011 00:45:41 +0200 Subject: EMACS: Added Rainbow delimiters mode --- emacs.d/10-naquadah-theme.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 emacs.d/10-naquadah-theme.el (limited to 'emacs.d/10-naquadah-theme.el') 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))) -- cgit v1.2.3-54-g00ecf