Skip to content

Instantly share code, notes, and snippets.

@damianpetla
Created January 9, 2022 22:18
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 damianpetla/799e6e0853ba9433cc0e8b20f8d6be3a to your computer and use it in GitHub Desktop.
Save damianpetla/799e6e0853ba9433cc0e8b20f8d6be3a to your computer and use it in GitHub Desktop.
val SuspiciousColor = Color(0xFF0F0F0F)
val Colors.specialCardTitle: Color
get() = SuspiciousColor
val Colors.profileTitle: Color
get() = SuspiciousColor
val Colors.settingFooter: Color
get() = SuspiciousColor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment