Module Values_1.ApplicationThemeSource

The application theme.

Sourcetype nonrec t = {
  1. brandColorPalette : BrandColorPalette.t option;
    (*

    The color palette.

    *)
  2. contextualAccentPalette : ContextualAccentPalette.t option;
    (*

    The contextual accent palette.

    *)
  3. brandElementStyle : BrandElementStyle.t option;
    (*

    The element style.

    *)
}
Sourceval make : ?brandColorPalette:??? -> ?contextualAccentPalette:??? -> ?brandElementStyle:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.HexColor.t | `Structure of (string * [> `String of Values_0.HexColor.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t