Module About.DriveThemes

type t = {
colorRgb : string;(*

The color of this theme as an RGB hex string.

*)
id : string;(*

The ID of the theme.

*)
}
val colorRgb : ( t, string ) GapiLens.t
val id : ( t, string ) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t