blob: d357f0102777907fb6f76f11e56600825a909af8 [file] [log] [blame]
Oussama Ben Abdelbaki34cce392019-06-05 16:28:36 -04001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<!-- Colors specific to Material themes. -->
18<resources>
19 <color name="foreground_material_dark">@color/white</color>
20 <color name="foreground_material_light">@color/black</color>
21
22 <color name="background_material_dark">@color/material_grey_850</color>
23 <color name="background_material_light">@color/material_grey_50</color>
24 <color name="background_floating_material_dark">@color/material_grey_800</color>
25 <color name="background_floating_material_light">@color/white</color>
26
27 <color name="primary_material_dark">@color/material_grey_900</color>
28 <color name="primary_material_light">@color/material_grey_100</color>
29 <color name="primary_material_settings">@color/material_blue_grey_900</color>
30 <color name="primary_material_settings_light">@color/material_grey_100</color>
31 <color name="primary_dark_material_dark">@color/black</color>
32 <color name="primary_dark_material_light">@color/material_grey_600</color>
33 <color name="primary_dark_material_light_light_status_bar">@color/material_grey_300</color>
34 <color name="primary_dark_material_settings">@color/material_blue_grey_950</color>
35 <color name="primary_dark_material_settings_light">@color/material_grey_300</color>
36
37 <color name="secondary_material_settings">@color/material_blue_grey_800</color>
38 <color name="secondary_material_settings_light">@color/material_grey_200</color>
39 <color name="tertiary_material_settings">@color/material_blue_grey_700</color>
40 <color name="quaternary_material_settings">@color/material_blue_grey_200</color>
41
42 <color name="accent_material_light">@color/material_deep_teal_500</color>
43 <color name="accent_material_dark">@color/material_deep_teal_200</color>
44
45 <color name="button_material_dark">#ff5a595b</color>
46 <color name="button_material_light">#ffd6d7d7</color>
47 <color name="error_color_material_dark">#ff7043</color><!-- deep orange 400 -->
48 <color name="error_color_material_light">#ff5722</color><!-- deep orange 500 -->
49
50 <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
51 <color name="switch_thumb_normal_material_light">#fff1f1f1</color>
52 <color name="switch_thumb_disabled_material_dark">#ff616161</color>
53 <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
54
55 <!-- Text & foreground colors -->
56 <eat-comment />
57
58 <!-- 87% black -->
59 <color name="primary_text_default_material_light">#de000000</color>
60 <!-- 54% black -->
61 <color name="secondary_text_default_material_light">#8a000000</color>
62
63 <!-- 100% white -->
64 <color name="primary_text_default_material_dark">#ffffffff</color>
65 <!-- 70% white -->
66 <color name="secondary_text_default_material_dark">#b3ffffff</color>
67
68 <item name="hint_alpha_material_dark" format="float" type="dimen">0.50</item>
69 <item name="hint_alpha_material_light" format="float" type="dimen">0.38</item>
70
71 <item name="hint_pressed_alpha_material_dark" format="float" type="dimen">0.70</item>
72 <item name="hint_pressed_alpha_material_light" format="float" type="dimen">0.54</item>
73
74 <item name="disabled_alpha_material_light" format="float" type="dimen">0.26</item>
75 <item name="disabled_alpha_material_dark" format="float" type="dimen">0.30</item>
76 <item name="primary_content_alpha_material_dark" format="float" type="dimen">1</item>
77 <item name="primary_content_alpha_material_light" format="float" type="dimen">0.87</item>
78 <item name="secondary_content_alpha_material_dark" format="float" type="dimen">.7</item>
79 <item name="secondary_content_alpha_material_light" format="float" type="dimen">0.54</item>
80
81 <item name="highlight_alpha_material_light" format="float" type="dimen">0.10</item>
82 <item name="highlight_alpha_material_dark" format="float" type="dimen">0.10</item>
83 <item name="highlight_alpha_material_colored" format="float" type="dimen">0.10</item>
84
85 <!-- Primary & accent colors -->
86 <eat-comment />
87
88 <color name="material_grey_900">#ff212121</color>
89 <color name="material_grey_850">#ff303030</color>
90 <color name="material_grey_800">#ff424242</color>
91 <color name="material_grey_600">#ff757575</color>
92 <color name="material_grey_300">#ffe0e0e0</color>
93 <color name="material_grey_200">#ffeeeeee</color>
94 <color name="material_grey_100">#fff5f5f5</color>
95 <color name="material_grey_50">#fffafafa</color>
96
97 <color name="material_deep_teal_100">#ffb2dfdb</color>
98 <color name="material_deep_teal_200">#ff80cbc4</color>
99 <color name="material_deep_teal_300">#ff4db6ac</color>
100 <color name="material_deep_teal_500">#ff008577</color>
101
102 <color name="material_blue_grey_200">#ffb0bec5</color>
103 <color name="material_blue_grey_700">#ff455a64</color>
104 <color name="material_blue_grey_800">#ff37474f</color>
105 <color name="material_blue_grey_900">#ff263238</color>
106 <color name="material_blue_grey_950">#ff21272b</color>
107
108 <color name="material_red_A100">#ff8a80</color>
109 <color name="material_red_A700">#d50000</color>
110
111 <!-- Time picker defaults when no theme is set -->
112 <eat-comment />
113
114 <color name="timepicker_default_background_material">@color/primary_text_default_material_light</color>
115 <color name="timepicker_default_text_color_material">@color/black</color>
116 <color name="timepicker_default_ampm_selected_background_color_material">@color/material_deep_teal_200</color>
117 <color name="timepicker_default_ampm_unselected_background_color_material">@color/transparent</color>
118 <color name="timepicker_default_selector_color_material">@color/material_deep_teal_200</color>
119 <color name="timepicker_default_numbers_background_color_material">@color/transparent</color>
120
121 <!-- DatePicker colors -->
122 <eat-comment />
123
124 <color name="datepicker_default_header_selector_background_material_light">@color/white</color>
125 <color name="datepicker_default_header_selector_background_material_dark">#ff303030</color>
126
127 <color name="datepicker_default_header_dayofweek_background_color_material_light">#999999</color>
128 <color name="datepicker_default_header_dayofweek_background_color_material_dark">@color/white</color>
129
130 <color name="datepicker_default_normal_text_color_material_light">#ff999999</color>
131 <color name="datepicker_default_normal_text_color_material_dark">@android:color/white</color>
132
133 <color name="datepicker_default_disabled_text_color_material_light">#80999999</color>
134 <color name="datepicker_default_disabled_text_color_material_dark">#80999999</color>
135
136 <color name="datepicker_default_selected_text_color_material_light">#ff33b5e5</color>
137 <color name="datepicker_default_selected_text_color_material_dark">#ff33b5e5</color>
138
139 <color name="datepicker_default_pressed_text_color_material_light">#ff0099cc</color>
140 <color name="datepicker_default_pressed_text_color_material_dark">#ff0099cc</color>
141
142 <color name="datepicker_default_circle_background_color_material_light">@color/material_deep_teal_500</color>
143 <color name="datepicker_default_circle_background_color_material_dark">@color/material_deep_teal_200</color>
144
145 <color name="datepicker_default_view_animator_color_material_light">#fff2f2f2</color>
146 <color name="datepicker_default_view_animator_color_material_dark">#ff303030</color>
147
148 <!-- Autofill colors -->
149 <color name="autofill_background_material_dark">@color/material_blue_grey_900</color>
150 <color name="autofill_background_material_light">@color/material_grey_50</color>
151
Rahul Ravikumar50e91e42019-10-14 15:01:39 -0700152 <!-- List divider opacity -->
153 <color name="list_divider_opacity_material">#1f000000</color>
154
Oussama Ben Abdelbaki34cce392019-06-05 16:28:36 -0400155</resources>