Module Values_1.ThemeConfigurationSource

The theme configuration. This configuration contains all of the display properties for a theme.

Sourcetype nonrec t = {
  1. dataColorPalette : DataColorPalette.t option;
    (*

    Color properties that apply to chart data colors.

    *)
  2. uIColorPalette : UIColorPalette.t option;
    (*

    Color properties that apply to the UI and to charts, excluding the colors that apply to data.

    *)
  3. sheet : SheetStyle.t option;
    (*

    Display options related to sheets.

    *)
  4. typography : Typography.t option;
}
Sourceval make : ?dataColorPalette:??? -> ?uIColorPalette:??? -> ?sheet:??? -> ?typography:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of Values_0.HexColor.t | `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ] list | `String of Values_0.HexColor.t | `Structure of (string * [> `Enum of string | `String of Color.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of Color.t | `Structure of (string * [> `Enum of string | `String of string ]) list ]) 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