From 247c2011f255d7f5b8a8be2cf57cbb5b1b595606 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sun, 21 Sep 2025 17:32:54 -0500 Subject: [PATCH] These are the colors that prot uses, but I don't want to change yet --- lisp/themes/dark-default-theme.el | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lisp/themes/dark-default-theme.el b/lisp/themes/dark-default-theme.el index 889c7a8..5ea754c 100644 --- a/lisp/themes/dark-default-theme.el +++ b/lisp/themes/dark-default-theme.el @@ -27,15 +27,15 @@ (deftheme dark-default) - -(let ((rainbow-purple "#9E1CB2") - (rainbow-green "#47B04B") - (rainbow-blue "#1194f6") - (rainbow-red "#C90067") - (rainbow-yellow "#FFED18") - (rainbow-orange "#E7B500") - (rainbow-7 "#00AA5D") - (rainbow-8 "#FE7380")) +(let* ((rainbow-purple "#9E1CB2") + (rainbow-green "#47B04B") + (rainbow-red "#C90067") + (rainbow-blue "#1194f6") + (rainbow-yellow "#FFED18") + (rainbow-white "#FFFFFF") + (rainbow-pink "#FE7380") + (rainbow-cyan "Cyan") + (rainbow-orange "#E7B500")) (custom-theme-set-faces 'dark-default @@ -56,7 +56,7 @@ `(rainbow-delimiters-depth-5-face ((t :foreground ,rainbow-yellow))) `(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-8-face ((t :foreground ,rainbow-pink))) ;; '(vertico-current ((t :foreground "black" :background "#65a7e2"))) '(vertico-current ((t :background "gray30")))