OSDN Git Service

8e0a0f15e206003d5840ef7fd3578915d2afb0e2
[android-x86/packages-apps-Settings.git] / res / values / cm_colors.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2015 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     <color name="floating_action_button_touch_tint">#80ffffff</color>
19     <color name="theme_accent">#ff009688</color>
20
21     <color name="screencolor_background">#50000000</color>
22     <drawable name="transparent_background">#00000000</drawable>
23
24     <drawable name="expanded_item_bg_activated">#ffEEEEEE</drawable>
25     <drawable name="expanded_item_bg">@android:color/background_light</drawable>
26     <color name="expanded_button_color_normal">#4CAF50</color>
27     <color name="expanded_button_color_close">#F44336</color>
28
29     <color name="qs_tile_tint_color">#FF009587</color>
30
31     <!-- Hard coded background and text colors exposed for better theme support -->
32     <color name="background_color_darker_gray">@android:color/darker_gray</color>
33     <color name="background_color_gray">#ddd</color>
34     <color name="background_color_holo_blue_light">@android:color/holo_blue_light</color>
35     <color name="background_color_transparent">@android:color/transparent</color>
36     <color name="background_color_white">@android:color/white</color>
37     <color name="text_color_black">@android:color/black</color>
38     <color name="text_color_darker_gray">@android:color/darker_gray</color>
39     <color name="text_color_holo_blue_light">@android:color/holo_blue_light</color>
40     <color name="text_color_secondary_text_material_light">
41         @*android:color/secondary_text_material_light
42     </color>
43     <color name="text_color_translucent_white">#B3FFFFFF</color>
44     <color name="text_color_white">@android:color/white</color>
45     <!-- Dashboard background color -->
46     <color name="dashboard_category_background_color">@android:color/white</color>
47     <color name="dashboard_background_color">@android:color/transparent</color>
48     <!-- Data usage chart color -->
49     <color name="data_usage_stroke_color">#00000000</color>
50     <color name="data_usage_fill_color">#ff009688</color>
51     <color name="data_usage_secondary_fill_color">#ff80cbc4</color>
52     <color name="data_usage_label_color">#ff37474f</color>
53     <color name="data_usage_secondary_label_color">#fff4511e</color>
54     <!-- Lockscreen shortcuts -->
55     <color name="lockscreen_shortcuts_text_color">#424242</color>
56     <color name="lockscreen_shortcuts_tint_color">#333333</color>
57     <!-- Owner info -->
58     <color name="ownerinfo_divider_color">#ff404040</color>
59     <!-- Installed app details -->
60     <color name="security_settings_billing_desc_color">#ffffb060</color>
61     <!-- Switch Bar Text Color -->
62     <color name="switchbar_text_color">#ffffffff</color>
63
64     <!-- Personal Dictionary Add Icon -->
65     <drawable name="ic_menu_add_word">@drawable/ic_menu_add_dark</drawable>
66     <color name="screencolor_background">#50000000</color>
67     <drawable name="transparent_background">#00000000</drawable>
68     <!-- NFC hard colors -->
69     <color name="nfc_how_it_works_main_background">#FF80CBC4</color>
70     <color name="nfc_how_it_works_background">#FFB2DFDB</color>
71     <color name="nfc_how_it_works_title_text_color">#FF263238</color>
72     <color name="nfc_how_it_works_content_text_color">#FF263238</color>
73     <color name="nfc_how_it_works_footer_background">#FFB2DFDB</color>
74     <color name="nfc_how_it_works_got_it_text_color">#263238</color>
75     <!-- Permission Settings Hard colors-->
76     <color name="security_settings_billing_desc_text_color">#ffffb060</color>
77     <!-- Storage Summary Hard colors-->
78     <color name="storage_summary_text_color">#ff607d8b</color>
79     <color name="storage_summary_used_text_color">#8a000000</color>
80     <color name="storage_volume_color_public">#ff9e9e9e</color>
81     <color name="storage_volume_color_warning">#fff4511e</color>
82     <color name="storage_volume_color_private1">#ff26a69a</color> <!-- teal -->
83     <color name="storage_volume_color_private2">#ffab47bc</color> <!-- purple -->
84     <color name="storage_volume_color_private3">#fff2a600</color> <!-- orange -->
85     <color name="storage_volume_color_private4">#ffec407a</color> <!-- pink -->
86     <color name="storage_volume_color_private5">#ffc0ca33</color> <!-- green -->
87     <color name="eject_icon_tint_color">#8a000000</color>
88     <!-- Contributors -->
89     <color name="contributors_cloud_fg_color">@color/theme_accent</color>
90     <color name="contributors_cloud_selected_color">#ff5252</color>
91
92     <color name="external_tile_icon_tint_color">?android:attr/colorAccent</color>
93     <color name="factory_reset_color">#FFFE412C</color>
94     <color name="divider">#ffe0e0e0</color>
95
96     <!-- BlackList colors -->
97     <color name="blacklist_enabled">#DD2C00</color>
98     <color name="blacklist_disabled">#D7D7D7</color>
99
100     <!-- Action bar icons -->
101     <color name="action_bar_icon_tint">@android:color/white</color>
102
103     <color name="navbar_edit_icon_color">#607d8b</color>
104     
105     <!-- Filter Spinner Text Color -->
106     <color name="filter_spinner_text_color">@color/text_color_white</color>
107
108     <!-- App Name Text Color -->
109     <color name="app_name_text_color">@color/text_color_white</color>
110
111     <!-- Dashboard Category Title Background Color -->
112     <color name="dashboard_category_title_bg_color">@android:color/transparent</color>
113
114     <!-- Text Color for single button panel. See: app storage view -->
115     <color name="single_button_panel_button_text_color">@color/text_color_white</color>
116
117     <!-- Power Usage Hard colors-->
118
119     <color name="power_usage_ab_icon_tint">@android:color/white</color>
120
121     <color name="storage_wizard_button_text_color">@color/text_color_white</color>
122     <color name="storage_wizard_red_button_text_color">@color/text_color_white</color>
123     <color name="screen_color_button_text_color">@color/text_color_white</color>
124     <color name="privacy_guard_error_text_color">@color/text_color_white</color>
125     <color name="crypt_keeper_status_text_color">@color/text_color_white</color>
126     <color name="crypt_keeper_lock_pattern_text_color">@color/text_color_white</color>
127     <color name="crypt_keeper_emergency_button_text_color">@color/text_color_white</color>
128     <color name="custom_screencolor_buttons_text_color">@color/text_color_white</color>
129
130     <color name="weather_settings_icon_tint">#B4B9BA</color>
131 </resources>