// NOTE: readium uses an index so the order is very important hereexportenum Appearance {
/**
* A traditional "light" mode
*/
DEFAULT = 'readium-default-on',
SEPIA = 'readium-sepia-on',
/**
* A traditional "dark" mode
*/
NIGHT = 'readium-night-on',
}