-
-
Save larrypham/7795d3c1f0f090effc3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
Great set of colors from from http://flatuicolors.com/ and converted into Android colors.xml | |
--> | |
<resources> | |
<color name="turquoise">#1abc9c</color> | |
<color name="emerald">#2ecc71</color> | |
<color name="peter_river">#3498db</color> | |
<color name="amethyst">#9b59b6</color> | |
<color name="wet_asphalt">#34495e</color> | |
<color name="green_sea">#16a085</color> | |
<color name="nephritis">#27ae60</color> | |
<color name="belize_hole">#2980b9</color> | |
<color name="wisteria">#8e44ad</color> | |
<color name="midnight_blue">#2c3e50</color> | |
<color name="sun_flowers">#f1c40f</color> | |
<color name="carrot">#e67e22</color> | |
<color name="alizarin">#e74c3c</color> | |
<color name="clouds">#ecf0f1</color> | |
<color name="concrete">#95a5a6</color> | |
<color name="orange">#f39c12</color> | |
<color name="pumpkin">#d35400</color> | |
<color name="pomegranate">#c0392b</color> | |
<color name="silver">#bdc3c7</color> | |
<color name="asbestos">#7f8c8d</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment