interface DefaultApplicationTheme {
    complementaryColor?: string;
    faviconPath?: string;
    logoPath?: string;
    primaryColor?: string;
    secondaryColor?: string;
}

Properties

complementaryColor?: string
faviconPath?: string
logoPath?: string
primaryColor?: string
secondaryColor?: string