## theme()


Get a theme configuration by name.


Usage


``` python
theme(name)
```


## Parameters


`name: str`  
The name of the theme.


## Returns


`dict`  
A dictionary of theme settings.


## Examples

``` python
>>> theme("dark")
```

{'name': 'dark', 'bg': '#000'}
