OSDN Git Service

Update Eleven headers and namespace for open source
[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
19     <!-- light color -->
20     <color name="background_color">#ffe4e9ed</color>
21
22     <!-- See through -->
23     <color name="transparent">#00000000</color>
24
25     <!-- Black -->
26     <color name="black">#ff000000</color>
27
28     <!-- White -->
29     <color name="white">#ffffffff</color>
30
31     <!-- Standard Text Color -->
32     <color name="default_text_color">#cc231f20</color>
33     <color name="default_text_color_light">#bfffffff</color>
34
35     <!-- Transparent black -->
36     <color name="transparent_black">#99000000</color>
37
38     <!-- Transparent white -->
39     <color name="transparent_white">#ffcccccc</color>
40
41     <!-- A darkish color used for the action bar -->
42     <color name="action_bar_color">#ff0d0d0d</color>
43
44     <!-- A light, Holo shade of blue -->
45     <color name="holo_blue_light">#ff33b5e5</color>
46
47     <!-- A light, transparent Holo shade of blue -->
48     <color name="holo_blue_light_transparent">#9933b5e5</color>
49
50     <!-- A light Holo shade of green -->
51     <color name="holo_green_light">#ff99cc00</color>
52
53     <!-- A light Holo shade of red -->
54     <color name="holo_red_light">#ffff4444</color>
55
56     <!-- A Holo shade of purple -->
57     <color name="holo_purple">#ffaa66cc</color>
58
59     <!-- A light Holo shade of orange -->
60     <color name="holo_orange_light">#ffffbb33</color>
61
62     <!-- A dark Holo shade of orange -->
63     <color name="holo_orange_dark">#ffff8800</color>
64
65     <!-- Color for the action bar -->
66     <color name="header_action_bar_color">#ff31353f</color>
67     <color name="header_action_bar_text_color">#bfffffff</color>
68     <color name="bottom_action_bar_text_color">@color/default_text_color_light</color>
69
70     <!-- Background color used on some page headers -->
71     <color name="page_header_background">#fff4f4f4</color>
72
73     <!-- Color for background for shadow on playlist page -->
74     <color name="header_shadow_color">#ea31353f</color>
75
76     <!-- Color for the pop up menu -->
77     <color name="menu_divider_color">#4ca19d9e</color>
78     <color name="menu_text_color">@color/black</color>
79
80     <!-- List view related colors -->
81     <color name="smart_playlist_item_background">#1931353f</color>
82     <color name="list_item_background">#4ce4e9ed</color>
83     <color name="list_item_header_text_color">#ff3d4049</color>
84     <color name="list_item_search_footer_text_color">#ff41a4f4</color>
85     <color name="list_item_text_color">@color/default_text_color</color>
86     <color name="list_item_text_color_light">@color/default_text_color_light</color>
87     <color name="list_item_divider_color">#4c231f20</color>
88     <color name="list_item_divider_color_light">#34ffffff</color>
89     <color name="grid_list_item_text_color">#b3231f20</color>
90
91     <!-- Top title page colors -->
92     <color name="tpi_background_color">#fff4f4f4</color>
93     <color name="tpi_text_color">#bf3d4049</color>
94     <color name="tpi_selected_text_color">#bf3d4049</color>
95
96     <!-- Search Colors -->
97     <color name="search_hint_color">#4cffffff</color>
98
99     <!-- Color for the text on the audio player -->
100     <color name="audio_player_text_color">@color/default_text_color_light</color>
101
102     <!-- Color for the Progress bar -->
103     <color name="circular_progress_bar_background">#66ffffff</color>
104     <color name="circular_progress_bar">@color/white</color>
105
106     <!-- search no results text color -->
107     <color name="no_results">#ff231f20</color>
108     <color name="no_results_light">@color/white</color>
109
110     <color name="now_playing_divider">#40ffffff</color>
111
112     <!-- App widget colors -->
113     <color name="widget_divider">#373737</color>
114     <!-- 80% opacity white -->
115     <color name="widget_text">#ccffffff</color>
116
117     <!-- Background Lyrics Color -->
118     <color name="lyrics_background_color">#b2000000</color>
119
120     <!-- Letter tile colors -->
121     <color name="letter_tile_default_color">#cccccc</color>
122     <color name="letter_tile_font_color">#ffffff</color>
123     <array name="letter_tile_colors">
124         <item>#9237A2</item>
125         <item>#4B498C</item>
126         <item>#4E5BA7</item>
127         <item>#41A4F4</item>
128         <item>#10887C</item>
129         <item>#689144</item>
130         <item>#B9BF45</item>
131         <item>#757578</item>
132     </array>
133 </resources>