aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values-night/colors.xml
blob: db267d977c79ea6f2caeb8a2c0a1d66b56bbf9ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>

    <!-- Base palette -->
    <color name="primary_color">#ff212121</color>
    <color name="primary_light_color">#ff484848</color>
    <color name="primary_dark_color">#ff000000</color>
    <color name="secondary_color">#ff4285f4</color>
    <color name="secondary_light_color">#ff80b4ff</color>
    <color name="secondary_dark_color">#ff0059c1</color>
    <color name="primary_text_color">#ffffffff</color>
    <color name="secondary_text_color">#ffffffff</color>

    <!-- Theme variables -->
    <color name="list_multiselect_background">#1aeeeeee</color>
    <color name="status_bar_color">#21242424</color>
    <color name="navigation_bar_color">#aa242424</color>
</resources>