Get a theme configuration by name.
Usage
theme(name)
name: str
The name of the theme.
dict
A dictionary of theme settings.
>>> theme("dark") {'name': 'dark', 'bg': '#000'}