MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / get_default_theme

Function get_default_theme

utils/theme_utils.py:30–37  ·  view source on GitHub ↗

Get the default theme configuration. Returns: Default theme dictionary

()

Source from the content-addressed store, hash-verified

28
29
30def get_default_theme() -> Dict[str, Any]:
31 """
32 Get the default theme configuration.
33
34 Returns:
35 Default theme dictionary
36 """
37 return DEFAULT_THEME.copy()
38
39
40def create_theme_with_alignment(

Callers 1

new_pipeline.pyFile · 0.90

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected