Skip to content

Instantly share code, notes, and snippets.

@serhiybutz
Created January 17, 2020 19:48
Show Gist options
  • Save serhiybutz/bb558a0447a123c341224c81fd048c8b to your computer and use it in GitHub Desktop.
Save serhiybutz/bb558a0447a123c341224c81fd048c8b to your computer and use it in GitHub Desktop.
let lightThemeModel = MyThemeModel(
appBgColor: .white,
textColor: .black)
let darkThemeModel = MyThemeModel(
appBgColor: .darkGray,
textColor: .white)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment