These are the colors that prot uses, but I don't want to change yet

This commit is contained in:
Benson Chu 2025-09-21 17:32:54 -05:00
parent b80bd6a333
commit 247c2011f2

View file

@ -27,15 +27,15 @@
(deftheme dark-default) (deftheme dark-default)
(let* ((rainbow-purple "#9E1CB2")
(let ((rainbow-purple "#9E1CB2") (rainbow-green "#47B04B")
(rainbow-green "#47B04B") (rainbow-red "#C90067")
(rainbow-blue "#1194f6") (rainbow-blue "#1194f6")
(rainbow-red "#C90067") (rainbow-yellow "#FFED18")
(rainbow-yellow "#FFED18") (rainbow-white "#FFFFFF")
(rainbow-orange "#E7B500") (rainbow-pink "#FE7380")
(rainbow-7 "#00AA5D") (rainbow-cyan "Cyan")
(rainbow-8 "#FE7380")) (rainbow-orange "#E7B500"))
(custom-theme-set-faces (custom-theme-set-faces
'dark-default 'dark-default
@ -56,7 +56,7 @@
`(rainbow-delimiters-depth-5-face ((t :foreground ,rainbow-yellow))) `(rainbow-delimiters-depth-5-face ((t :foreground ,rainbow-yellow)))
`(rainbow-delimiters-depth-6-face ((t :foreground ,rainbow-blue))) `(rainbow-delimiters-depth-6-face ((t :foreground ,rainbow-blue)))
`(rainbow-delimiters-depth-7-face ((t :foreground ,rainbow-red))) `(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 :foreground "black" :background "#65a7e2")))
'(vertico-current ((t :background "gray30"))) '(vertico-current ((t :background "gray30")))