aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values-night/colors.xml
blob: 9a43b1633aec5609dd69d7f6f69db44a04035aaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- TODO(msf): remove these 4 hard-coded colors and replace with theme colors -->
    <color name="list_item_activated">#64cfd8dc</color>
    <color name="list_item_ripple">#a0808e95</color>
    <color name="fab_label_text_color">#000000</color>
    <color name="fab_label_background_color">#bbbbbb</color>

    <color name="accent">#5e97f6</color>
</resources>