diff --git a/emacs/custom.el b/emacs/custom.el index ab91012..a6b8557 100644 --- a/emacs/custom.el +++ b/emacs/custom.el @@ -60,6 +60,7 @@ '(prog-mode-hook (quote (flyspell-prog-mode prettify-symbols-mode subword-mode rainbow-delimiters-mode whitespace-mode))) + '(rainbow-delimiters-max-face-count 8) '(repeat-too-dangerous nil) '(require-final-newline t) '(ruby-insert-encoding-magic-comment nil) @@ -97,6 +98,14 @@ '(org-level-5 ((t (:height 1.15)))) '(org-level-6 ((t (:inherit outline-6 :height 1.1)))) '(org-level-7 ((t (:inherit outline-7 :height 1.05)))) + '(rainbow-delimiters-depth-1-face ((t (:foreground "#e88385")))) + '(rainbow-delimiters-depth-2-face ((t (:foreground "#ec79c0")))) + '(rainbow-delimiters-depth-3-face ((t (:foreground "#cb88e8")))) + '(rainbow-delimiters-depth-4-face ((t (:foreground "#9181e8")))) + '(rainbow-delimiters-depth-5-face ((t (:foreground "#8dc8e8")))) + '(rainbow-delimiters-depth-6-face ((t (:foreground "#9fe8b6")))) + '(rainbow-delimiters-depth-7-face ((t (:foreground "#e2e8ab")))) + '(rainbow-delimiters-depth-8-face ((t (:foreground "#e8c498")))) '(variable-pitch ((t (:height 120 :family "Noto Sans")))) '(whitespace-space ((t (:background "#00000000" :foreground "#7e4594")))) '(whitespace-tab ((t (:background "#00000000" :foreground "#7e4594")))))