> ## Documentation Index
> Fetch the complete documentation index at: https://systematica.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Blockforce Theme

> systematica.utils.blockforce_theme

## Variables

* `colors`: Blockforce Capital Theme for Plotly Visualizations.

## `init_theme`

```python theme={null}
init_theme()
```

Initialize and register the Blockforce Capital theme with Plotly and vectorbtpro.
This function sets up the theme with the Blockforce color palette, layout defaults,
and trace styles for consistent visualizations across the platform.

## `get_colors`

```python theme={null}
get_colors()
```

Blockforce Capital color palette.

This function provides access to the color palette used in the Blockforce theme,
allowing for custom visualizations or external use.

**Returns**:

| Type   | Description                                           |
| ------ | ----------------------------------------------------- |
| `dict` | A dictionary containing the Blockforce color palette. |

## `create_test_dashboard`

```python theme={null}
create_test_dashboard() ‑> plotly.graph_objs._figure.Figure
```

Create a test dashboard with various plot types to demonstrate the theme.

This function generates a sample dashboard using the Blockforce theme,
showcasing different types of visualizations including line charts, pie charts,
bar charts, histograms, and heatmaps.

**Returns**:

| Type        | Description                                           |
| ----------- | ----------------------------------------------------- |
| `go.Figure` | A Plotly Figure object containing the test dashboard. |
