Values.ThemeValueDescribes the configuration of a theme's properties.
type nonrec t = {value : String_.t option;The value of a theme property.
*)children : ThemeValuesList.t option;A list of key-value pairs that define the theme's properties.
*)}