jonaszell97 / ThemeParty

Theme Party is a utility for SwiftUI apps that allows you to define color schemes for your App and dynamically switch between them at runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThemeParty

Theme Party is a utility for SwiftUI apps that allows you to define color schemes for your App and dynamically switch between them at runtime.

Installation

ThemeParty can be added as a dependency in your project using Swift Package Manager.

// ...
dependencies: [
    .package(url: "https://github.com/jonaszell97/ThemeParty.git", from: "0.1.0"),
],
// ...

Documentation

This package is a work-in-progress. Documentation will be added once the API stabilizes.

About

Theme Party is a utility for SwiftUI apps that allows you to define color schemes for your App and dynamically switch between them at runtime.


Languages

Language:Swift 100.0%