Android app module for Zeichen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
216 B

  1. package sh.modal.apps.zeichen.ui.theme
  2. import androidx.compose.ui.graphics.Color
  3. val Purple200 = Color(0xFFBB86FC)
  4. val Purple500 = Color(0xFF6200EE)
  5. val Purple700 = Color(0xFF3700B3)
  6. val Teal200 = Color(0xFF03DAC5)