summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/cm_colors.xml
blob: 74410bfd76397109778b07b2e7a01fce130df824 (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
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 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>

</resources>