joshdholtz / DeckUI

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

Make Theme extensible #40

Open dannynorth opened 1 year ago

dannynorth commented 1 year ago

This makes Theme extensible, like SwiftUI's Environment. It holds an infinite number of values that are located based on a type. Users can create their own ThemeKey-conforming values and extend the Theme, which allows them to customize information in their own custom ContentItems.