Skip to content

Instantly share code, notes, and snippets.

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 ShubhamMahajan/2dc7baddbdb588fa52c3 to your computer and use it in GitHub Desktop.
Save ShubhamMahajan/2dc7baddbdb588fa52c3 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- App color -->
<color name="colorPrimaryDark">#2f435b</color>
<color name="colorPrimary">#2d3d54</color>
<color name="navigationBar">#25364a</color>
<color name="white">#ffffff</color>
<color name="green">#00a900</color>
<color name="lightBlue">#00bcd4</color>
<color name="lightGreen">#00c7a0</color>
<color name="lightBlack">#5a7785</color>
<color name="greenLight">#36bb9e</color>
<color name="greenLightX2">#49d0b3</color>
<color name="red">#F44336</color>
<color name="textDark">#111e2d</color>
<color name="blackBg">#242424</color>
<color name="lightBg">#657790</color>
<color name="divider">#cccccc</color>
<color name="grey">#e3e3e3</color>
<color name="iconBlue">#33b5e5</color>
<color name="black">#000</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment