lookatme.config module

Config module for lookatme

lookatme.config.get_log() → logging.Logger[source]
lookatme.config.get_style() → Dict[KT, VT][source]
lookatme.config.get_style_with_precedence(theme_mod: module, direct_overrides: Dict[KT, VT], style_override: str) → Dict[str, Any][source]

Return the resulting style dict from the provided override values.

lookatme.config.set_global_style_with_precedence(theme_mod, direct_overrides, style_override) → Dict[str, Any][source]

Set the lookatme.config.STYLE value based on the provided override values