mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Use current names for some colors
This commit is contained in:
parent
da5d9835e9
commit
bb07fe14cf
|
|
@ -1910,12 +1910,12 @@ the background color of the ~region~ face. This is the sample code:
|
|||
#+begin_src emacs-lisp
|
||||
(defvar my-rainbow-region-colors
|
||||
(modus-themes-with-colors
|
||||
`((red . ,red-subtle-bg)
|
||||
(green . ,green-subtle-bg)
|
||||
(yellow . ,yellow-subtle-bg)
|
||||
(blue . ,blue-subtle-bg)
|
||||
(magenta . ,magenta-subtle-bg)
|
||||
(cyan . ,cyan-subtle-bg)))
|
||||
`((red . ,bg-red-subtle)
|
||||
(green . ,bg-green-subtle)
|
||||
(yellow . ,bg-yellow-subtle)
|
||||
(blue . ,bg-blue-subtle)
|
||||
(magenta . ,bg-magenta-subtle)
|
||||
(cyan . ,bg-cyan-subtle)))
|
||||
"Sample list of color values for `my-rainbow-region'.")
|
||||
|
||||
(defun my-rainbow-region (color)
|
||||
|
|
|
|||
Loading…
Reference in a new issue