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

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