Skip to content

Instantly share code, notes, and snippets.

View iBluemind's full-sized avatar
👋
Hello, world!

Manjong Han iBluemind

👋
Hello, world!
View GitHub Profile
@iBluemind
iBluemind / colors.xml
Last active August 29, 2015 14:23
Material Colors for Android
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="red_50">#fde0dc</color>
<color name="red_100">#f9bdbb</color>
<color name="red_200">#f69988</color>
<color name="red_300">#f36c60</color>
<color name="red_400">#e84e40</color>
<color name="red_500">#e51c23</color>