OSDN Git Service

Eleven: materialize
[android-x86/packages-apps-Eleven.git] / res / values / colors.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2012 Andrew Neal
3      Copyright (C) 2014 The CyanogenMod Project
4
5      Licensed under the Apache License, Version 2.0 (the "License");
6      you may not use this file except in compliance with the License.
7      You may obtain a copy of the License at
8
9      http://www.apache.org/licenses/LICENSE-2.0
10
11      Unless required by applicable law or agreed to in writing, software
12      distributed under the License is distributed on an "AS IS" BASIS,
13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14      See the License for the specific language governing permissions and
15      limitations under the License.
16 -->
17 <resources>
18     <!-- Material -->
19     <color name="primary">#607D8B</color>
20     <color name="primary_dark">#455A64</color>
21     <color name="primary_light">#78909C</color>
22     <color name="accent">#3f51b5</color>
23
24     <!-- light color -->
25     <color name="background_color">#ffe4e9ed</color>
26
27     <!-- See through -->
28     <color name="transparent">#00000000</color>
29
30     <!-- Black -->
31     <color name="black">#212121</color>
32
33     <!-- White -->
34     <color name="white">#fafafa</color>
35
36     <!-- Standard Text Color -->
37     <color name="default_text_color">#cc231f20</color>
38     <color name="default_text_color_light">#bfffffff</color>
39
40     <!-- Transparent black -->
41     <color name="transparent_black">#99000000</color>
42
43     <!-- Transparent white -->
44     <color name="transparent_white">#ffcccccc</color>
45
46     <!-- A light, Holo shade of blue -->
47     <color name="holo_blue_light">#ff33b5e5</color>
48
49     <!-- A light, transparent Holo shade of blue -->
50     <color name="holo_blue_light_transparent">#9933b5e5</color>
51
52     <!-- A light Holo shade of green -->
53     <color name="holo_green_light">#ff99cc00</color>
54
55     <!-- A light Holo shade of red -->
56     <color name="holo_red_light">#ffff4444</color>
57
58     <!-- A Holo shade of purple -->
59     <color name="holo_purple">#ffaa66cc</color>
60
61     <!-- A light Holo shade of orange -->
62     <color name="holo_orange_light">#ffffbb33</color>
63
64     <!-- A dark Holo shade of orange -->
65     <color name="holo_orange_dark">#ffff8800</color>
66
67     <!-- Color for the action bar -->
68     <color name="header_action_bar_color">#ff31353f</color>
69     <color name="header_action_bar_text_color">#bfffffff</color>
70     <color name="bottom_action_bar_text_color">@color/default_text_color_light</color>
71
72     <!-- Background color used on some page headers -->
73     <color name="page_header_background">#fff4f4f4</color>
74
75     <!-- Color for background for shadow on playlist page -->
76     <color name="header_shadow_color">#ea31353f</color>
77
78     <!-- Color for the pop up menu -->
79     <color name="menu_divider_color">#4ca19d9e</color>
80     <color name="menu_text_color">@color/black</color>
81
82     <!-- List view related colors -->
83     <color name="smart_playlist_item_background">#1931353f</color>
84     <color name="list_item_background">#4ce4e9ed</color>
85     <color name="list_item_header_text_color">#ff3d4049</color>
86     <color name="list_item_search_footer_text_color">#ff41a4f4</color>
87     <color name="list_item_text_color">@color/default_text_color</color>
88     <color name="list_item_text_color_light">@color/default_text_color_light</color>
89     <color name="list_item_divider_color">#4c231f20</color>
90     <color name="list_item_divider_color_light">#34ffffff</color>
91     <color name="grid_list_item_text_color">#b3231f20</color>
92
93     <!-- Top title page colors -->
94     <color name="tab_ripple_color">#ffffff</color>
95     <color name="tab_accent_color">#ffffff</color>
96     <color name="tab_selected_underline_color">#ffffff</color>
97
98     <!-- Search Colors -->
99     <color name="search_hint_color">#4cffffff</color>
100
101     <!-- Color for the text on the audio player -->
102     <color name="audio_player_text_color">@color/default_text_color_light</color>
103
104     <!-- Color for the Progress bar -->
105     <color name="circular_progress_bar_background">#66ffffff</color>
106     <color name="circular_progress_bar">@color/white</color>
107
108     <!-- search no results text color -->
109     <color name="no_results">#ff231f20</color>
110     <color name="no_results_light">@color/white</color>
111
112     <color name="now_playing_divider">#40ffffff</color>
113
114     <!-- App widget colors -->
115     <color name="widget_divider">#373737</color>
116     <!-- 80% opacity white -->
117     <color name="widget_text">#ccffffff</color>
118
119     <!-- Background Lyrics Color -->
120     <color name="lyrics_background_color">#b2000000</color>
121
122     <!-- Letter tile colors -->
123     <color name="letter_tile_default_color">#cccccc</color>
124     <color name="letter_tile_font_color">#ffffff</color>
125     <array name="letter_tile_colors">
126         <item>#9C27B0</item>
127         <item>#2196F3</item>
128         <item>#3F51B5</item>
129         <item>#009688</item>
130         <item>#8BC34A</item>
131         <item>#F44336</item>
132         <item>#9E9E9E</item>
133         <item>#FF5722</item>
134         <item>#795548</item>
135     </array>
136
137     <array name="letter_tile_vibrant_dark_colors">
138         <item>#7B1FA2</item>
139         <item>#1976D2</item>
140         <item>#303F9F</item>
141         <item>#00796B</item>
142         <item>#689F38</item>
143         <item>#D32F2F</item>
144         <item>#616161</item>
145         <item>#E64A19</item>
146         <item>#5D4037</item>
147     </array>
148 </resources>