Skip to content

Instantly share code, notes, and snippets.

@sgl0v
Created October 6, 2019 15:24
Show Gist options
  • Save sgl0v/a5dfb5934bf185ae4f41a52feebc5e9e to your computer and use it in GitHub Desktop.
Save sgl0v/a5dfb5934bf185ae4f41a52feebc5e9e to your computer and use it in GitHub Desktop.
Backward compatible Dark Mode on iOS - Theme.swift
struct Theme {
enum `Type` {
case light
case dark
}
let type: Type
let colors: ColorPalette
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment