zcash-android-wallet-zcon1/zcash-android-wallet-app/app/src/main/res/values/colors.xml

46 lines
1.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
2018-11-13 08:59:48 -08:00
<!-- -->
<!-- palette: Android -->
<!-- -->
<!-- every color here should map to a material design value -->
<color name="colorPrimary">#008577</color>
<color name="colorPrimaryDark">#00574B</color>
2018-10-29 17:22:22 -07:00
<color name="colorAccent">#F1B53B</color>
2018-11-13 08:59:48 -08:00
<!-- -->
<!-- palette: Zcash -->
<!-- -->
<!-- every color here should have a hex value and should have a generic name, prefixed with zcash -->
<!-- This palette should be kept as small as possible and should map directly to the design style guide -->
<color name="zcashBlue">#2196F3</color>
2018-11-13 10:48:40 -08:00
<color name="zcashWhite">#FFFFFF</color>
<color name="zcashBlack_light">#2B2B2B</color>
2018-11-13 08:59:48 -08:00
<!-- -->
<!-- named colors -->
<!-- -->
<!-- every color here should be a reference to a palette color but have a more useful name for use in code -->
<!-- icons -->
<color name="icon_send">@color/colorPrimary</color>
<color name="icon_receive">@color/colorAccent</color>
<color name="icon_request">@color/zcashBlue</color>
2018-11-13 10:48:40 -08:00
<color name="fab_icon_color">@color/zcashWhite</color>
<color name="fab_closed_color">@color/colorPrimary</color>
<color name="fab_open_color">@color/colorPrimaryDark</color>
2018-11-13 08:59:48 -08:00
<!-- backgrounds -->
<color name="fragment_receive_background">@color/zcashBlack_light</color>
<color name="fragment_request_background">@color/colorPrimary</color>
</resources>