0

Can we customize colors and provide only our custom colors for theeme in jetpack compose material 3?

emreturka
  • 846
  • 3
  • 18
  • 44

1 Answers1

0

Of course. You can get detailed documentation on how to create custom color schemes in official documentation:

https://developer.android.com/jetpack/compose/designsystems/material3

S. Gomez
  • 296
  • 4
  • Thanks for your response. But I meaned that custom color scheme out of material 3 for example ; primary = md_theme_dark_primary, not named primary . like below myCustomColor = md_theme_dark_primary, – emreturka Mar 29 '23 at 21:55