aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values-night/colors.xml
blob: 08a5403fe3aa631d17244c0c135d71128fde6527 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>

    <!-- TODO(msf): replace with ?android:attr/colorBackground with some alpha -->
    <color name="transparent_background_placeholder">#aa2e2e2e</color>
</resources>