Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created June 27, 2022 00: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 skydoves/029faecf182dcd802cd9ef4ccdc66b45 to your computer and use it in GitHub Desktop.
Save skydoves/029faecf182dcd802cd9ef4ccdc66b45 to your computer and use it in GitHub Desktop.
nia_color_scemes
private val LightDefaultColorScheme = lightColorScheme(
primary = Purple40,
onPrimary = Color.White,
primaryContainer = Purple90,
..
private val DarkDefaultColorScheme = darkColorScheme(
primary = Purple80,
onPrimary = Purple20,
primaryContainer = Purple30,
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment