Get the default theme configuration. Returns: Default theme dictionary
()
| 28 | |
| 29 | |
| 30 | def 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 | |
| 40 | def create_theme_with_alignment( |