Values_1.PaletteHeaderSourceContains color configuration for header elements in a workspace theme.
type nonrec t = {background : ThemeString.t option;The background color of the header.
*)text : ThemeString.t option;The text color in the header.
*)textHover : ThemeString.t option;The text color when hovering over header elements.
*)invertActionsColors : Values_0.Boolean.t option;Whether to invert the colors of action buttons in the header.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Values_0.Boolean.t | `String of ThemeString.t ])
list ]