Skip to content

Instantly share code, notes, and snippets.

@billynyh
Created July 9, 2014 06:19
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 billynyh/3ce089c8bb85cc6edfb2 to your computer and use it in GitHub Desktop.
Save billynyh/3ce089c8bb85cc6edfb2 to your computer and use it in GitHub Desktop.
port http://flatuicolors.com/ to android
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="flatui_turquoise">#1abc9c</color>
<color name="flatui_emerland">#2ecc71</color>
<color name="flatui_peter_river">#3498db</color>
<color name="flatui_amethyst">#9b59b6</color>
<color name="flatui_wet_asphalt">#34495e</color>
<color name="flatui_green_sea">#16a085</color>
<color name="flatui_nephritis">#27ae60</color>
<color name="flatui_belize_hole">#2980b9</color>
<color name="flatui_wisteria">#8e44ad</color>
<color name="flatui_midnight_blue">#2c3e50</color>
<color name="flatui_sun_flower">#f1c40f</color>
<color name="flatui_carrot">#e67e22</color>
<color name="flatui_alizarin">#e74c3c</color>
<color name="flatui_clouds">#ecf0f1</color>
<color name="flatui_concrete">#95a5a6</color>
<color name="flatui_orange">#f39c12</color>
<color name="flatui_pumpkin">#d35400</color>
<color name="flatui_pomegranate">#c0392b</color>
<color name="flatui_silver">#bdc3c7</color>
<color name="flatui_asbestos">#7f8c8d </color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment