Skip to content

Instantly share code, notes, and snippets.

@Jawnnypoo
Created October 15, 2015 19:16
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 Jawnnypoo/facf37ccdd96338db40a to your computer and use it in GitHub Desktop.
Save Jawnnypoo/facf37ccdd96338db40a to your computer and use it in GitHub Desktop.
Colors Starter
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#ffffffff</color>
<color name="white_90">#E6ffffff</color>
<color name="white_80">#CCffffff</color>
<color name="white_70">#B3ffffff</color>
<color name="white_60">#99ffffff</color>
<color name="white_50">#80ffffff</color>
<color name="white_40">#66FFFFFF</color>
<color name="white_30">#4Dffffff</color>
<color name="white_20">#33FFFFFF</color>
<color name="white_10">#1Affffff</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment