Skip to content

Instantly share code, notes, and snippets.

@SpaceBison
Created May 5, 2016 16:15
Show Gist options
  • Save SpaceBison/ae021c661415400fa1515a8818c476d6 to your computer and use it in GitHub Desktop.
Save SpaceBison/ae021c661415400fa1515a8818c476d6 to your computer and use it in GitHub Desktop.
Material Design Colors
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Material colors -->
<color name="textColor">#de000000</color>
<color name="textColorSecondary">#8a000000</color>
<color name="textColorHint">#61000000</color>
<color name="textColorLight">#ffffffff</color>
<color name="dividerColor">#1f000000</color>
<color name="textColorDark">#ffffffff</color>
<color name="textColorSecondaryDark">#b3ffffff</color>
<color name="textColorHintDark">#7fffffff</color>
<color name="textColorLightDark">#ffffffff</color>
<color name="dividerColorDark">#1fffffff</color>
</resource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment