Values.ThemeSourceA theme is a collection of style settings that apply globally to the components associated with an Amplify application.
type nonrec t = {appId : String_.t option;The unique ID for the Amplify app associated with the theme.
*)environmentName : String_.t option;The name of the backend environment that is a part of the Amplify app.
*)id : Uuid.t option;The ID for the theme.
*)name : ThemeName.t option;The name of the theme.
*)createdAt : SyntheticTimestamp_date_time.t option;The time that the theme was created.
*)modifiedAt : SyntheticTimestamp_date_time.t option;The time that the theme was modified.
*)values : ThemeValuesList.t option;A list of key-value pairs that defines the properties of the theme.
*)overrides : ThemeValuesList.t option;Describes the properties that can be overriden to customize a theme.
*)}