summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/cm_colors.xml
blob: 37b34b02177eafe32529a85e6ae1dddb59e17c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2015 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources>

    <!-- Color for the "No recent apps" text in the recent apps list. -->
    <color name="no_recent_apps">#bebebe</color>

    <!-- Colors for the system bars -->
    <color name="status_bar_background_opaque">@color/system_bar_background_opaque</color>
    <color name="status_bar_background_semi_transparent">
        @color/system_bar_background_semi_transparent
    </color>
    <color name="status_bar_background_transparent">@color/system_bar_background_transparent</color>
    <color name="navigation_bar_background_opaque">@color/system_bar_background_opaque</color>
    <color name="navigation_bar_background_semi_transparent">
        @color/system_bar_background_semi_transparent
    </color>
    <color name="navigation_bar_background_transparent">
        @color/system_bar_background_transparent
    </color>

    <!-- Expanded Status Bar Weather Text Colors -->
    <color name="status_bar_temperature_text_color">#FFFFFFFF</color>
    <color name="status_bar_temperature_location_text_color">#FFFFFFFF</color>

    <!-- tint of the Visualizer tile -->
    <color name="visualizer_fill_color">#96FFFFFF</color>

    <!-- Background of the volume panel. See also: volume_dialog_background -->
    <color name="volume_panel_background_color">@color/system_secondary_color</color>

    <!-- Battery base color -->
    <color name="batterymeter_base_color">#FFFFFFFF</color>

    <!-- Color for notification icons -->
    <color name="notification_icon_color">#FFFFFFFF</color>

    <!-- Navigation button ripple color -->
    <color name="navbutton_ripple_color">#FFFFFFFF</color>

    <!-- Expanded Status Bar Weather Text Colors -->
    <color name="status_bar_temperature_text_color">#FFFFFFFF</color>
    <color name="status_bar_temperature_location_text_color">#FFFFFFFF</color>

    <!-- Expanded Status Bar Alarm Status Text Color -->
    <color name="status_bar_alarm_status_text_color">#64ffffff</color>

    <!-- Expanded Status Bar Battery Level Text Color -->
    <color name="status_bar_battery_level_text_color">#ffffff</color>

    <!-- QS Toast Text color -->
    <color name="quick_settings_toast_color">#ffbe1b</color>

    <!-- SystemUI Tuner Icon Tint Color -->
    <color name="tuner_icon_tint">#4dffffff</color>

    <!-- QS Settings Text Colors -->
    <color name="qs_tile_reset_to_default_text_color">@android:color/white</color>
    <color name="qs_title_text_color">#80cbc4</color>
    <color name="qs_edit_header_instruction_text_color">@android:color/white</color>
    <color name="qs_row_text_color">@android:color/white</color>

    <!-- natural color of the trash can -->
    <color name="qs_tile_trash_normal_tint">@android:color/transparent</color>
    <!-- tint to color trash can when tile is hovering over it -->
    <color name="qs_tile_trash_delete_tint">#EF5350</color>
    <!-- Tint to color trash can when hovering edit tile, user cannot delete it.
         Transparent because we have an animation by default. -->
    <color name="qs_tile_trash_delete_tint_warning">@android:color/transparent</color>

    <!-- More exposed hard coded colors -->
    <color name="toggle_slider_text_color">#666666</color>
    <color name="no_recent_apps_text_color">@android:color/holo_blue_light</color>
    <color name="no_notifications_text_color">#ffffff</color>
    <color name="keyguard_overflow_number_text_color">#ff686868</color>
    <color name="keyguard_carrier_text_color">#ffffff</color>
    <color name="screen_pinning_description_text_color">@android:color/white</color>
    <color name="screen_pinning_cancel_button_text_color">@android:color/white</color>
    <color name="recents_empty_message_text_color">#ffffffff</color>
    <color name="task_view_header_text_color">#ffffffff</color>
    <color name="recents_search_bar_label_text_color">#99ffffff</color>
    <color name="recents_empty_background_color">#80000000</color>
    <color name="qs_tile_edit_header_instruction_text_color">@android:color/white</color>
    <color name="mland_scorefield_text_color">#FFAAAAAA</color>
    <color name="keyguard_indication_text_color">#ffffff</color>
    <color name="speedbump_line_divider">#6fdddddd</color>
    <color name="quick_settings_panel_background">#0000</color>
    <color name="lockscreen_message_text_color">#424242</color>
    <color name="lockscreen_middle_button_tint_color">#666666</color>
    <color name="play_button_image_tint_color">#000000</color>
    <color name="play_button_text_color">#000000</color>
    <color name="zen_ic_close_tint_color">@android:color/white</color>
    <color name="header_debug_info_text_color">#00A040</color>

    <!-- QS Detailed View Text and Icon Colors -->
    <color name="qs_detailed_default_text_color">@android:color/white</color>
    <color name="qs_detailed_expansion_indicator_color">@color/qs_title_text_color</color>
    <color name="qs_detailed_title_text_color">@color/qs_title_text_color</color>
    <color name="qs_detailed_icon_tint_color">@color/qs_title_text_color</color>

    <!-- Quick tile text color when the tile is disabled -->
    <color name="qs_tile_text_disabled">#ff747474</color>

    <!-- Active color for volume slider -->
    <color name="volume_slider_active">@color/system_accent_color</color>
</resources>