Skip to content

Instantly share code, notes, and snippets.

@hsmnzaydn
Created June 18, 2022 21:36
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 hsmnzaydn/c479f97af07e00ef000991c8a9f64181 to your computer and use it in GitHub Desktop.
Save hsmnzaydn/c479f97af07e00ef000991c8a9f64181 to your computer and use it in GitHub Desktop.
val lightPrimary = Color(0xFFA784F7)
val lightSecondary = Color(0xFF9B75F3)
val lightBackground = Color(0xFFC2AEF0)
val lightSurface = Color(0xFFA27EF0)
val lightOnSurface = Color(0xFF564481)
val darkPrimary = Color(0xFF100035)
val darkSecondary = Color(0xFF1F0166)
val darkBackground = Color(0xFF1D005F)
val darkSurface = Color(0xFF3703A8)
val darkOnSurface = Color(0xFF4607DD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment