Emacs-Rep
view release on metacpan or search on metacpan
elisp/rep.el view on Meta::CPAN
NUMBER is the corresponding rep substitution number (used only
in the doc string for the face."
`(defface ,name
'((((class color)
(background light))
(:foreground ,color1))
(((class color)
(background dark))
(:foreground ,color2)))
,(format "Face used for changes from substitution number: %s." number)
:group 'desktop-recover-faces
))
(rep-make-face rep-00-face 00 "DarkGoldenrod4" "DarkGoldenrod2")
(rep-make-face rep-01-face 01 "MediumPurple4" "MediumPurple1")
(rep-make-face rep-02-face 02 "forest green" "light green")
(rep-make-face rep-03-face 03 "PaleVioletRed4" "PaleVioletRed1")
(rep-make-face rep-04-face 04 "gold4" "gold1")
(rep-make-face rep-05-face 05 "salmon4" "salmon1")
(rep-make-face rep-06-face 06 "RoyalBlue1" "RoyalBlue1")
(rep-make-face rep-07-face 07 "DarkOrchid4" "DarkOrchid1")
( run in 0.889 second using v1.01-cache-2.11-cpan-299005ec8e3 )