Bonsai_tui_bar_chart.ThemeTheme to customize your plot.
type t = {data : Bonsai_term.Attr.Color.t option;Default color for the core part of the plot. For example, the bars of a bar chart or points in a scatter plot.
*)label_text : Bonsai_term.Attr.Color.t option;x / y labels
*)title : Bonsai_term.Attr.Color.t option;title_border : Bonsai_term.Attr.Color.t option;border : Bonsai_term.Attr.Color.t option;}val border : t -> Bonsai_term.Attr.Color.t option @@ portableval title_border : t -> Bonsai_term.Attr.Color.t option @@ portableval title : t -> Bonsai_term.Attr.Color.t option @@ portableval label_text : t -> Bonsai_term.Attr.Color.t option @@ portableval data : t -> Bonsai_term.Attr.Color.t option @@ portableval empty : tval catppuccin :
flavor:Bonsai_tui_catppuccin.Flavor.t ->
data_color:Bonsai_tui_catppuccin.t ->
t