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