Created
May 4, 2019 11:27
-
-
Save MikeySmash/2e06e06a0625e2656270b49763ed54d4 to your computer and use it in GitHub Desktop.
QuizApp colours
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<color name="primaryColor">#455a64</color> | |
<color name="primaryLightColor">#718792</color> | |
<color name="primaryDarkColor">#1c313a</color> | |
<color name="secondaryColor">#80cbc4</color> | |
<color name="secondaryLightColor">#b2fef7</color> | |
<color name="secondaryDarkColor">#4f9a94</color> | |
<color name="primaryTextColor">#ffffff</color> | |
<color name="secondaryTextColor">#000000</color> | |
<color name="main_bg">#fefeff</color> | |
<color name="radio_bg">#b0bec5</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment