joshdholtz / DeckUI

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

Public `init` for `CodeTheme` #20

Closed yonomitt closed 1 year ago

yonomitt commented 1 year ago

Currently, there's no public initializer for CodeTheme. This is required for people to create their own code themes without requiring them to update DeckUI itself.