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