Skip to content

Instantly share code, notes, and snippets.

@dllewellyn
Created January 9, 2021 11:23
Show Gist options
  • Save dllewellyn/4f05f0a958185fc9a0bc3a4116c0ac89 to your computer and use it in GitHub Desktop.
Save dllewellyn/4f05f0a958185fc9a0bc3a4116c0ac89 to your computer and use it in GitHub Desktop.
import androidx.compose.ui.graphics.Color
val purple200 = Color(0xFFBB86FC)
val purple500 = Color(0xFF6200EE)
val purple700 = Color(0xFF3700B3)
val teal200 = Color(0xFF03DAC5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment