Build Your Own Theme
You can refer to the source code of themes. The main things to implement are:
- Customize the color theme by modifying
self.colors. - Customize the header.
- Customize the footer.
- Optionally, customize the
alertfunction. - Customize the
slidefunction. - Customize special slide functions, such as
title-slideandfocus-slidefunctions. - Customize the
slide-in-slidesfunction, which will be called by theslidesfunction. - Optionally, customize the
slidesfunction. - Customize the
registerfunction to initialize the global singletons. - Optionally, customize the
initfunction.
More detailed documentation to be added.