Values_1.PalettePrimarySourceContains primary color configuration for a workspace theme.
type nonrec t = {default : ThemeString.t option;The default primary color used throughout the workspace.
*)active : ThemeString.t option;The primary color used for active states.
*)contrastText : ThemeString.t option;The text color that contrasts with the primary color for readability.
*)}