summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))