Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2017 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1284d9eb1acbb1c0e37bb4453638549b to your computer and use it in GitHub Desktop.
Save anonymous/1284d9eb1acbb1c0e37bb4453638549b to your computer and use it in GitHub Desktop.
the description for this gist
struct CustomColors {
static let Text = #colorLiteral(red: 0.9, green: 0.9, blue: 0.9, alpha: 1)
static let Error = #colorLiteral(red: 0.9, green: 0.2, blue: 0.2, alpha: 1)
static let Active = #colorLiteral(red: 0.1, green: 0.6, blue: 0.6, alpha: 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment