get_style_builder Return the style builder for the currently active theme. Returns: Type Description BootstyleBuilderTTk The BootstyleBuilderTTk instance for the active theme. Examples: >>> builder = get_style_builder() >>> primary_color = builder.color("primary")