FairEmail/app/src/main/res/values/colors.xml

22 lines
864 B
XML
Raw Normal View History

2018-08-02 13:33:06 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#039be5</color>
<color name="colorPrimaryDark">#006db3</color>
<color name="colorAccent">#ffb300</color>
<color name="colorActionForeground">#fff</color>
2018-08-13 13:53:46 +00:00
<color name="colorActionForegroundDisabled">#ccc</color>
2018-08-02 13:33:06 +00:00
2018-08-06 15:07:46 +00:00
<color name="lightColorUnread">#000</color>
2018-08-02 13:33:06 +00:00
<color name="lightColorSeparator">#ffaaaaaa</color>
<color name="lightColorDrawerScrim">#99000000</color>
<color name="lightColorDrawerText">#111</color>
<color name="lightColorDrawerBackground">#eee</color>
2018-08-06 15:07:46 +00:00
<color name="darkColorUnread">#fff</color>
2018-08-02 13:33:06 +00:00
<color name="darkColorSeparator">#ff878787</color>
<color name="darkColorDrawerScrim">#997f7f7f</color>
<color name="darkColorDrawerText">#fff</color>
<color name="darkColorDrawerBackground">#222</color>
</resources>