diff --git a/lisp/themes/dark-default-theme.el b/lisp/themes/dark-default-theme.el index b95a810..aef62c4 100644 --- a/lisp/themes/dark-default-theme.el +++ b/lisp/themes/dark-default-theme.el @@ -24,8 +24,10 @@ ;;; Code: + (deftheme dark-default) + (let ((rainbow-purple "#9E1CB2") (rainbow-green "#47B04B") (rainbow-blue "#1194f6") @@ -43,7 +45,9 @@ '(eldoc-highlight-function-argument ((t :foreground "dodger blue"))) '(sml/charging ((t (:inherit sml/global :foreground "forest green")))) - + + ;; TODO: Rework according to prot: + ;; https://protesilaos.com/codelog/2020-12-27-modus-themes-review-rainbow-delimiters/ `(rainbow-delimiters-depth-1-face ((t :foreground ,rainbow-purple))) `(rainbow-delimiters-depth-2-face ((t :foreground ,rainbow-green))) `(rainbow-delimiters-depth-3-face ((t :foreground ,rainbow-blue))) @@ -52,7 +56,6 @@ `(rainbow-delimiters-depth-6-face ((t :foreground ,rainbow-blue))) `(rainbow-delimiters-depth-7-face ((t :foreground ,rainbow-red))) `(rainbow-delimiters-depth-8-face ((t :foreground ,rainbow-8))) - `(rainbow-delimiters-depth-9-face ((t :foreground ,rainbow-purple))) '(org-todo ((t (:foreground "Pink" :bold t)))) diff --git a/lisp/themes/light-default-theme.el b/lisp/themes/light-default-theme.el index 3a86bfe..69db4b5 100644 --- a/lisp/themes/light-default-theme.el +++ b/lisp/themes/light-default-theme.el @@ -31,15 +31,14 @@ '(org-todo ((t :foreground "Red1" :bold t))) - `(rainbow-delimiters-depth-1-face ((t :foreground "DodgerBlue3"))) - `(rainbow-delimiters-depth-2-face ((t :foreground "green4"))) - `(rainbow-delimiters-depth-3-face ((t :foreground "magenta"))) - `(rainbow-delimiters-depth-4-face ((t :foreground "dark goldenrod"))) - `(rainbow-delimiters-depth-5-face ((t :foreground "DeepPink1"))) - `(rainbow-delimiters-depth-6-face ((t :foreground "dark red"))) - `(rainbow-delimiters-depth-7-face ((t :foreground "dark green"))) - `(rainbow-delimiters-depth-8-face ((t :foreground "firebrick"))) - `(rainbow-delimiters-depth-9-face ((t :foreground "medium sea green"))) + `(rainbow-delimiters-depth-1-face ((t :foreground "#000000"))) + `(rainbow-delimiters-depth-2-face ((t :foreground "#a8007f"))) + `(rainbow-delimiters-depth-3-face ((t :foreground "#005f88"))) + `(rainbow-delimiters-depth-4-face ((t :foreground "#904200"))) + `(rainbow-delimiters-depth-5-face ((t :foreground "#7f10d0"))) + `(rainbow-delimiters-depth-6-face ((t :foreground "#006800"))) + `(rainbow-delimiters-depth-7-face ((t :foreground "#b60000"))) + `(rainbow-delimiters-depth-8-face ((t :foreground "#1f1fce"))) '(opr/STUFF-todo-face ((t :foreground "goldenrod"))) '(opr/FUTURE-todo-face ((t :foreground "medium spring green")))