colors_material.xml revision 7ff48839b0149eba1ab46cfd1476854c2e664a81
1<?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="background_material_dark">#ff212121</color>
20    <color name="background_material_light">#fffafafa</color>
21
22    <color name="ripple_material_light">#20444444</color>
23    <color name="ripple_material_dark">#20ffffff</color>
24
25    <color name="button_material_dark">#ff5a595b</color>
26    <color name="button_material_light">#ffd6d7d7</color>
27
28    <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
29    <color name="switch_thumb_normal_material_light">#fff1f1f1</color>
30    <color name="switch_thumb_disabled_material_dark">#ff616161</color>
31    <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
32
33    <color name="bright_foreground_material_dark">@color/white</color>
34    <color name="bright_foreground_material_light">@color/black</color>
35    <!-- White 50% -->
36    <color name="bright_foreground_disabled_material_dark">#80ffffff</color>
37    <!-- Black 50% -->
38    <color name="bright_foreground_disabled_material_light">#80000000</color>
39    <color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color>
40    <color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>
41
42    <color name="dim_foreground_material_dark">#ffbebebe</color>
43    <color name="dim_foreground_material_light">#ff323232</color>
44    <color name="dim_foreground_disabled_material_dark">#80bebebe</color>
45    <color name="dim_foreground_disabled_material_light">#80323232</color>
46
47    <color name="hint_foreground_material_dark">@color/bright_foreground_disabled_material_dark</color>
48    <color name="hint_foreground_material_light">@color/bright_foreground_disabled_material_light</color>
49
50    <!-- TODO: This is 40% alpha on the default accent color. -->
51    <color name="highlighted_text_material_dark">#6680cbc4</color>
52    <!-- TODO: This is 40% alpha on the default accent color. -->
53    <color name="highlighted_text_material_light">#66009688</color>
54
55    <color name="link_text_material_dark">@color/material_deep_teal_200</color>
56    <color name="link_text_material_light">@color/material_deep_teal_500</color>
57
58    <!-- Text & foreground colors -->
59    <eat-comment />
60
61    <color name="primary_text_default_material_light">#de000000</color>
62    <color name="secondary_text_default_material_light">#8a000000</color>
63
64    <color name="primary_text_default_material_dark">#ffffffff</color>
65    <color name="secondary_text_default_material_dark">#b3ffffff</color>
66
67    <item name="disabled_alpha_material_light" format="float" type="dimen">0.26</item>
68    <item name="disabled_alpha_material_dark" format="float" type="dimen">0.30</item>
69
70    <!-- Primary & accent colors -->
71    <eat-comment />
72
73    <color name="material_deep_teal_200">#ff80cbc4</color>
74    <color name="material_deep_teal_500">#ff009688</color>
75
76    <color name="material_blue_grey_50">#ffeceff1</color>
77    <color name="material_blue_grey_100">#ffcfd8dc</color>
78    <color name="material_blue_grey_800">#ff37474f</color>
79    <color name="material_blue_grey_900">#ff263238</color>
80    <color name="material_blue_grey_950">#ff21272b</color>
81
82    <!-- Time picker defaults when no theme is set -->
83    <eat-comment />
84
85    <color name="timepicker_default_background_material">@color/primary_text_default_material_light</color>
86    <color name="timepicker_default_text_color_material">@color/black</color>
87    <color name="timepicker_default_ampm_selected_background_color_material">@color/material_deep_teal_200</color>
88    <color name="timepicker_default_ampm_unselected_background_color_material">@color/transparent</color>
89    <color name="timepicker_default_selector_color_material">@color/material_deep_teal_200</color>
90    <color name="timepicker_default_numbers_background_color_material">@color/transparent</color>
91
92    <!-- DatePicker colors -->
93    <eat-comment />
94
95    <color name="datepicker_default_header_selector_background_material_light">@color/white</color>
96    <color name="datepicker_default_header_selector_background_material_dark">#ff303030</color>
97
98    <color name="datepicker_default_header_dayofweek_background_color_material_light">#999999</color>
99    <color name="datepicker_default_header_dayofweek_background_color_material_dark">@color/white</color>
100
101    <color name="datepicker_default_normal_text_color_material_light">#ff999999</color>
102    <color name="datepicker_default_normal_text_color_material_dark">@android:color/white</color>
103
104    <color name="datepicker_default_disabled_text_color_material_light">#80999999</color>
105    <color name="datepicker_default_disabled_text_color_material_dark">#80999999</color>
106
107    <color name="datepicker_default_selected_text_color_material_light">#33b5e5</color>
108    <color name="datepicker_default_selected_text_color_material_dark">#33b5e5</color>
109
110    <color name="datepicker_default_pressed_text_color_material_light">#0099cc</color>
111    <color name="datepicker_default_pressed_text_color_material_dark">#0099cc</color>
112
113    <color name="datepicker_default_circle_background_color_material_light">@color/material_deep_teal_500</color>
114    <color name="datepicker_default_circle_background_color_material_dark">@color/material_deep_teal_200</color>
115
116    <color name="datepicker_default_view_animator_color_material_light">#f2f2f2</color>
117    <color name="datepicker_default_view_animator_color_material_dark">#ff303030</color>
118
119</resources>
120