Skip to content

Instantly share code, notes, and snippets.

@sagar-viradiya
Last active October 18, 2020 17:40
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save sagar-viradiya/914d9e57980d2d6979c43a8653308e7b to your computer and use it in GitHub Desktop.
Save sagar-viradiya/914d9e57980d2d6979c43a8653308e7b to your computer and use it in GitHub Desktop.
DevFest India 2020 Day 1 - colors.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#B30000</color>
<color name="colorPrimaryDark">#980304</color>
<color name="colorAccent">#9EBE95</color>
<color name="white">#FFFFFF</color>
<color name="black">#000000</color>
<color name="backgroundColor">#EDEEEE</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment