Skip to content

Instantly share code, notes, and snippets.

@ricknout
Last active August 25, 2020 18:02
Show Gist options
  • Save ricknout/8a75a92a50fdc8273accedb185c00130 to your computer and use it in GitHub Desktop.
Save ricknout/8a75a92a50fdc8273accedb185c00130 to your computer and use it in GitHub Desktop.
MDC-Android color resources
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<!-- In res/values/colors.xml -->
<color name="navy_500">#64869B</color>
<color name="navy_700">#37596D</color>
<color name="navy_900">#073042</color>
<color name="green_300">#3DDC84</color>
<color name="green_500">#00A956</color>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment