Config
natal.config
Chart
Bases: ModelDict
Chart configuration settings.
Source code in natal/config.py
Config
Bases: ModelDict
Package configuration model.
Source code in natal/config.py
theme: Theme
property
Return theme colors based on the theme type.
Returns:
Name | Type | Description |
---|---|---|
Theme |
Theme
|
The theme colors. |
DarkTheme
Dictable
Bases: Mapping
Protocols for subclasses to behave like a dict.
Source code in natal/config.py
update(other: Mapping[str, Any] | None = None, **kwargs) -> None
Update the attributes with elements from another mapping or from key/value pairs.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
other
|
Mapping[str, Any] | None
|
A mapping object to update from. |
None
|
**kwargs
|
Additional key/value pairs to update with. |
{}
|
Source code in natal/config.py
Display
Bases: ModelDict
Display settings for celestial bodies.
Source code in natal/config.py
DotDict
LightTheme
ModelDict
Bases: BaseModel
, Dictable
Extends BaseModel to allow for unpacking and subscript notation access.
Source code in natal/config.py
Orb
Theme
Bases: ModelDict
Default colors for the chart.