Skip to content

Instantly share code, notes, and snippets.

@code978
Forked from sagar-viradiya/colors.xml
Created October 17, 2020 16:11
Show Gist options
  • Save code978/19c970c9b39bef8d968d78122d25044f to your computer and use it in GitHub Desktop.
Save code978/19c970c9b39bef8d968d78122d25044f 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