deftheme
deftheme is a Lisp macro in `custom.el
'.
(deftheme THEME &optional DOC &rest IGNORED)
Declare THEME to be a Custom theme.
The optional argument DOC is a doc string describing the theme.
Any theme `foo' should be defined in a file called `foo-theme.el';
see `custom-make-theme-feature' for more information.