summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-27 11:49:51 +0200
committerGravatar Tom Willemsen2011-07-27 11:49:51 +0200
commit8d75bd8d8b86e198fcf7b54210a69d80f3c3613f (patch)
tree2f131117b04adf09e2283a38482be7ed5f7df159
parent277854946f03423d1c0cf52d990cee64675ca3d5 (diff)
downloaddotfiles-8d75bd8d8b86e198fcf7b54210a69d80f3c3613f.tar.gz
dotfiles-8d75bd8d8b86e198fcf7b54210a69d80f3c3613f.zip
EMACS: Reduced number of defined rainbow-delimiters faces, reversed colors
-rw-r--r--emacs.d/elisp/lcars-theme.el20
1 files changed, 8 insertions, 12 deletions
diff --git a/emacs.d/elisp/lcars-theme.el b/emacs.d/elisp/lcars-theme.el
index 9dce3c9..8c89fad 100644
--- a/emacs.d/elisp/lcars-theme.el
+++ b/emacs.d/elisp/lcars-theme.el
@@ -385,18 +385,14 @@
'(makefile-space (:background plum-3))
;; rainbow-delimiters
- '(rainbow-delimiters-depth-1-face (:foreground lcars-1))
- '(rainbow-delimiters-depth-2-face (:foreground lcars-2))
- '(rainbow-delimiters-depth-3-face (:foreground lcars-3))
- '(rainbow-delimiters-depth-4-face (:foreground lcars-4))
- '(rainbow-delimiters-depth-5-face (:foreground lcars-5))
- '(rainbow-delimiters-depth-6-face (:foreground lcars-6))
- '(rainbow-delimiters-depth-7-face (:foreground lcars-7))
- '(rainbow-delimiters-depth-8-face (:foreground lcars-8))
- '(rainbow-delimiters-depth-9-face (:foreground lcars-7))
- '(rainbow-delimiters-depth-10-face (:foreground lcars-6))
- '(rainbow-delimiters-depth-11-face (:foreground lcars-5))
- '(rainbow-delimiters-depth-12-face (:foreground lcars-4))
+ '(rainbow-delimiters-depth-1-face (:foreground lcars-8))
+ '(rainbow-delimiters-depth-2-face (:foreground lcars-7))
+ '(rainbow-delimiters-depth-3-face (:foreground lcars-6))
+ '(rainbow-delimiters-depth-4-face (:foreground lcars-5))
+ '(rainbow-delimiters-depth-5-face (:foreground lcars-4))
+ '(rainbow-delimiters-depth-6-face (:foreground lcars-3))
+ '(rainbow-delimiters-depth-7-face (:foreground lcars-2))
+ '(rainbow-delimiters-depth-8-face (:foreground lcars-1))
;; rst-mode
'(rst-level-1-face (:foreground gradient-1 :height 1.3))