aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values-night/colors.xml
blob: 4374928cc9ed2d86f8f37f9a1eab8d7cd9f21106 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- TODO(msf): remove these 3 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_background_color">#bbbbbb</color>

    <color name="accent">#BBDEFB</color>
</resources>