> For the complete documentation index, see [llms.txt](https://jolzee.gitbook.io/leopard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jolzee.gitbook.io/leopard/components/dynamic-theme-change.md).

# Theme Change

### Output Parameter

```java
theme = 

{
  "primary"   : "#8D08AE",
  "secondary" : "#890000",
  "accent"    : "#2196F3",
  "success"   : "#4CAF50",
  "info"      : "#2196F3",
  "error"     : "#FF5252",
  "warning"   : "#FFC107",
  "dark"      : "#0062B1",
  "custom1"   : "#0062B1",
  "custom2"   : "#0062B1",
  "custom3"   : "#0062B1"
}
```
