Theme
type Theme = {
baseColor: RgbColor,
identifier: string,
bundleIdentifier: string,
name: string,
accentColor: RgbColor,
backgroundColor: RgbColor,
logoUrl: string
}
Last updated
type Theme = {
baseColor: RgbColor,
identifier: string,
bundleIdentifier: string,
name: string,
accentColor: RgbColor,
backgroundColor: RgbColor,
logoUrl: string
}
Last updated