summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
blob: 5ec19c6e923258803fc8c299db95acda2718ac48 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 Andrew Neal

     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>

    <!-- light color -->
    <color name="background_color">#ffe4e9ed</color>

    <!-- See through -->
    <color name="transparent">#00000000</color>

    <!-- Black -->
    <color name="black">#ff000000</color>

    <!-- White -->
    <color name="white">#ffffffff</color>

    <!-- Standard Text Color -->
    <color name="default_text_color">#cc231f20</color>
    <color name="default_text_color_light">#bfffffff</color>

    <!-- Transparent black -->
    <color name="transparent_black">#99000000</color>

    <!-- Transparent white -->
    <color name="transparent_white">#ffcccccc</color>

    <!-- A darkish color used for the action bar -->
    <color name="action_bar_color">#ff0d0d0d</color>

    <!-- A light, Holo shade of blue -->
    <color name="holo_blue_light">#ff33b5e5</color>

    <!-- A light, transparent Holo shade of blue -->
    <color name="holo_blue_light_transparent">#9933b5e5</color>

    <!-- A light Holo shade of green -->
    <color name="holo_green_light">#ff99cc00</color>

    <!-- A light Holo shade of red -->
    <color name="holo_red_light">#ffff4444</color>

    <!-- A Holo shade of purple -->
    <color name="holo_purple">#ffaa66cc</color>

    <!-- A light Holo shade of orange -->
    <color name="holo_orange_light">#ffffbb33</color>

    <!-- A dark Holo shade of orange -->
    <color name="holo_orange_dark">#ffff8800</color>

    <!-- Color for the action bar -->
    <color name="header_action_bar_color">#ff31353f</color>
    <color name="header_action_bar_text_color">#bfffffff</color>
    <color name="bottom_action_bar_text_color">@color/default_text_color_light</color>

    <!-- Background color used on some page headers -->
    <color name="page_header_background">#fff4f4f4</color>

    <!-- Color for background for shadow on playlist page -->
    <color name="header_shadow_color">#ea31353f</color>

    <!-- Color for the pop up menu -->
    <color name="menu_divider_color">#4ca19d9e</color>
    <color name="menu_text_color">@color/white</color>

    <!-- List view related colors -->
    <color name="smart_playlist_item_background">#1931353f</color>
    <color name="list_item_background">#4ce4e9ed</color>
    <color name="list_item_header_text_color">#ff3d4049</color>
    <color name="list_item_search_footer_text_color">#ff41a4f4</color>
    <color name="list_item_text_color">@color/default_text_color</color>
    <color name="list_item_text_color_light">@color/default_text_color_light</color>
    <color name="list_item_divider_color">#4c231f20</color>
    <color name="grid_list_item_text_color">#b3231f20</color>

    <!-- Top title page colors -->
    <color name="tpi_background_color">#fff4f4f4</color>
    <color name="tpi_text_color">#bf3d4049</color>
    <color name="tpi_selected_text_color">#bf3d4049</color>

    <!-- Search Colors -->
    <color name="search_hint_color">#4cffffff</color>

    <!-- Color for the text on the audio player -->
    <color name="audio_player_text_color">@color/default_text_color_light</color>

    <!-- Color for the Progress bar -->
    <color name="circular_progress_bar_background">#66ffffff</color>
    <color name="circular_progress_bar">@color/white</color>

    <!-- search no results text color -->
    <color name="no_results">#ff231f20</color>
    <color name="no_results_light">@color/white</color>

    <color name="now_playing_divider">#40ffffff</color>
</resources>