navigate.view.theme.get_theme_color
- navigate.view.theme.get_theme_color(name: str, fallback: str | None = None) → str
Return a named theme color from the active palette.
- Parameters:
name (str) – Color token to retrieve.
fallback (str or None, optional) – Color returned when the token is missing, by default
None.
- Returns:
Resolved color value.
- Return type:
str