Return a new `` `` element containing default settings suitable for use with a notes master.
(cls)
| 22 | |
| 23 | @classmethod |
| 24 | def new_default(cls): |
| 25 | """ |
| 26 | Return a new ``<a:theme>`` element containing default settings |
| 27 | suitable for use with a notes master. |
| 28 | """ |
| 29 | return parse_from_template("theme") |
nothing calls this directly
no test coverage detected