The options to configure themes that can be easily switched [[include:Options/Themes.md]]

interface ITheme {
    default: IThemeDefault;
    name: string;
    options?: RecursivePartial<IOptions>;
}

Implemented by

Properties

Properties

default: IThemeDefault

Options to set the default theme

name: string

Theme name, use it when changing theme

All options the theme will override