joshdholtz / DeckUI

Swift DSL for writing slide decks in Xcode
MIT License
605 stars 27 forks source link

Add public init to CodeTheme #21

Closed yonomitt closed 2 years ago

yonomitt commented 2 years ago

This PR fixes #20

It adds a public initializer to CodeTheme so users can create their own custom themes for their projects without PRs to DeckUI

DanielSincere commented 2 years ago

+1

Yes, I used this code in my talk last night, so I can confirm it's ready for production. (Forked @yonomitt 's branch to add this initializer, and used that branch)