Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created July 29, 2022 07:47
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/8db48fe9991ab5350d249a504ad0d758 to your computer and use it in GitHub Desktop.
Save skydoves/8db48fe9991ab5350d249a504ad0d758 to your computer and use it in GitHub Desktop.
whatsapp_clone_color_scemes
private val DarkWhatsAppColorScheme = darkColorScheme(
primary = DARK_GREEN200,
primaryContainer = DARK_GREEN300,
secondary = GREEN500,
background = DARK_GREEN300,
tertiary = WHITE200,
onTertiary = GRAY200
)
private val LightWhatsAppColorScheme = lightColorScheme(
primary = GREEN500,
primaryContainer = GREEN700,
secondary = GREEN300,
background = WHITE200,
tertiary = WHITE200,
onTertiary = GRAY200
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment