aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/theme.xml
blob: f6f4006d56494d20d50cadc8257311c591082ea1 (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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2012-2013 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.
 -->

<!--
    The default light theme for CMFileManager. This is the default theme
    of the app, only has the definitions and comments of every customizable
    part of the app. Developers MUST take this theme as the base for building
    new themes for CMFileManager.
    Developers MUST replace the "light" prefix of every resource for the identifier
    of the theme.
 -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- The base theme used to customize some (non-themeables) widgets like dialogs
         2 possibles values:
             - holo: @android:style/Theme.Holo
             - holo_light: @android:style/Theme.Holo.Light
    -->
    <string name="base_theme" translatable="false">holo_light</string>

    <!-- The image preview -->
    <drawable name="theme_preview_drawable">@drawable/theme_preview</drawable>
    <drawable name="theme_no_preview_drawable">@drawable/theme_no_preview</drawable>

    <!-- The drawable for the title bar -->
    <drawable name="titlebar_drawable">@drawable/bg_holo_titlebar</drawable>

    <!-- The background drawable -->
    <drawable name="background_drawable">@drawable/bg_holo_background</drawable>

    <!-- The drawable for the status bar -->
    <drawable name="statusbar_drawable">@drawable/bg_holo_statusbar</drawable>

    <!-- The drawable for the selection bar -->
    <drawable name="selectionbar_drawable">@drawable/bg_holo_selectionbar</drawable>

      <!-- The drawable for the overflow action bar button -->
    <drawable name="ab_overflow_drawable">@drawable/ic_holo_light_overflow</drawable>
    <!-- The drawable for the actions action bar button -->
    <drawable name="ab_actions_drawable">@drawable/ic_holo_light_contextual_action</drawable>
    <!-- The drawable for the search action bar button -->
    <drawable name="ab_search_drawable">@drawable/ic_holo_light_search</drawable>
    <!-- The drawable for the bookmarks action bar button -->
    <drawable name="ab_bookmarks_drawable">@drawable/ic_holo_light_bookmarks</drawable>
    <!-- The drawable for the history action bar button -->
    <drawable name="ab_history_drawable">@drawable/ic_holo_light_history</drawable>
    <!-- The drawable for the sort mode of expander bar -->
    <drawable name="ab_sort_mode_drawable">@drawable/ic_holo_light_sort_alphabetically</drawable>
    <!-- The drawable for the layout mode of expander bar -->
    <drawable name="ab_layout_mode_drawable">@drawable/ic_holo_light_layout</drawable>
    <!-- The drawable for the view options of expander bar -->
    <drawable name="ab_view_options_drawable">@drawable/ic_holo_light_view</drawable>
    <!-- The drawable for the selection done button -->
    <drawable name="ab_selection_done_drawable">@drawable/ic_holo_light_accept</drawable>
    <!-- The drawable for the save action bar button -->
    <drawable name="ab_save_drawable">@drawable/ic_holo_light_save</drawable>
    <!-- The drawable for the tab action bar button -->
    <drawable name="ab_tab_drawable">@drawable/ic_holo_light_tab</drawable>

    <!-- The close action drawable from the expander bar -->
    <drawable name="expander_close_drawable">@drawable/ic_holo_light_expander_close</drawable>
    <!-- The open action drawable from the expander bar -->
    <drawable name="expander_open_drawable">@drawable/ic_holo_light_expander_open</drawable>

    <!-- The text color of TextView controls -->
    <color name="text_color">@color/black_transparent</color>
    <!-- The text color of Dialog -->
    <color name="dialog_text_color">@android:color/holo_blue_dark</color>

    <!-- The highlight color for terms found in the search result -->
    <color name="search_highlight_color">@color/search_highlight</color>

    <!-- The breadcrumb divider drawable -->
    <drawable name="breadcrumb_divider_drawable">@drawable/ic_holo_light_breadcrumb_divider</drawable>

    <!-- FileSystem locked drawable -->
    <drawable name="filesystem_locked_drawable">@drawable/ic_holo_light_fs_locked</drawable>
    <!-- FileSystem unlocked drawable -->
    <drawable name="filesystem_unlocked_drawable">@drawable/ic_holo_light_fs_unlocked</drawable>
    <!-- FileSystem warning drawable -->
    <drawable name="filesystem_warning_drawable">@drawable/ic_holo_light_fs_warning</drawable>

    <!-- The popup menu checkable selector drawable -->
    <drawable name="popup_checkable_selector_drawable">@drawable/checkable_selector</drawable>
    <!-- The menu checkable selector drawable -->
    <drawable name="menu_checkable_selector_drawable">@drawable/holo_popup_selector</drawable>
    <!-- The checkable item selector drawable -->
    <drawable name="selection_drawable">@drawable/holo_selection</drawable>

    <!-- Selectors -->
    <drawable name="selectors_deselected_drawable">@drawable/holo_list_selector_deselected</drawable>
    <drawable name="selectors_selected_drawable">@drawable/holo_list_selector_selected</drawable>
    <drawable name="selectors_button_drawable">@drawable/holo_button_selector</drawable>

    <!-- Checkboxes -->
    <drawable name="checkbox_deselected_drawable">@drawable/btn_holo_light_check_off_normal</drawable>
    <drawable name="checkbox_selected_drawable">@drawable/btn_holo_light_check_on_normal</drawable>

    <!-- Dividers -->
    <drawable name="horizontal_divider_drawable">@drawable/divider_horizontal_bright_opaque</drawable>
    <drawable name="vertical_divider_drawable">@drawable/divider_vertical_bright_opaque</drawable>
    <color name="horizontal_divider_color">@color/divider_color_light</color>
    <color name="vertical_divider_color">@color/divider_color</color>

    <!-- Icons -->
    <drawable name="ic_close_drawable">@drawable/ic_holo_light_close</drawable>
    <drawable name="ic_config_drawable">@drawable/ic_holo_light_config</drawable>
    <drawable name="ic_home_drawable">@drawable/ic_holo_light_home</drawable>
    <drawable name="ic_filesystem_drawable">@drawable/ic_holo_light_filesystem</drawable>
    <drawable name="ic_sdcard_drawable">@drawable/ic_holo_light_sdcard</drawable>
    <drawable name="ic_usb_drawable">@drawable/ic_holo_light_usb</drawable>
    <drawable name="ic_user_defined_bookmark_drawable">@drawable/ic_holo_light_user_defined_bookmark</drawable>
    <drawable name="ic_history_search_drawable">@drawable/ic_holo_light_history_search</drawable>
    <drawable name="ic_copy_drawable">@drawable/ic_holo_light_copy</drawable>

    <!-- Disk usage graph -->
    <color name="disk_usage_total_color">@color/disk_usage_total</color>
    <color name="disk_usage_used_color">@color/disk_usage_used</color>
    <color name="disk_usage_used_warning_color">@color/disk_usage_used_warning</color>

    <!-- Disk usage filters -->
    <color name="disk_usage_filter_normal_color">@color/disk_usage_color_filter_normal</color>
    <color name="disk_usage_filter_warning_color">@color/disk_usage_color_filter_warning</color>

    <!-- ProgressBar -->
    <drawable name="horizontal_progress_bar">@drawable/progress_horizontal_holo_light</drawable>

    <!-- Autocomplete -->
    <color name="autocomplete_fg_color">@color/black_transparent</color>
    <color name="autocomplete_bg_color">@android:color/darker_gray</color>

    <!-- Console -->
    <color name="console_bg_color">@color/console_bg</color>
    <color name="console_fg_color">@color/console_fg</color>

    <!-- Fso icons -->
    <drawable name="ic_fso_folder_drawable">@drawable/ic_fso_folder</drawable>
    <drawable name="ic_fso_default_drawable">@drawable/ic_fso_default</drawable>
    <drawable name="fso_type_app_drawable">@drawable/fso_type_app</drawable>
    <drawable name="fso_type_audio_drawable">@drawable/fso_type_audio</drawable>
    <drawable name="fso_type_binary_drawable">@drawable/fso_type_binary</drawable>
    <drawable name="fso_type_calendar_drawable">@drawable/fso_type_calendar</drawable>
    <drawable name="fso_type_cdimage_drawable">@drawable/fso_type_cdimage</drawable>
    <drawable name="fso_type_compress_drawable">@drawable/fso_type_compress</drawable>
    <drawable name="fso_type_contact_drawable">@drawable/fso_type_contact</drawable>
    <drawable name="fso_type_database_drawable">@drawable/fso_type_database</drawable>
    <drawable name="fso_type_document_drawable">@drawable/fso_type_document</drawable>
    <drawable name="fso_type_ebook_drawable">@drawable/fso_type_ebook</drawable>
    <drawable name="fso_type_email_drawable">@drawable/fso_type_email</drawable>
    <drawable name="fso_type_executable_drawable">@drawable/fso_type_executable</drawable>
    <drawable name="fso_type_feed_drawable">@drawable/fso_type_feed</drawable>
    <drawable name="fso_type_font_drawable">@drawable/fso_type_font</drawable>
    <drawable name="fso_type_image_drawable">@drawable/fso_type_image</drawable>
    <drawable name="fso_type_markup_document_drawable">@drawable/fso_type_markup_document</drawable>
    <drawable name="fso_type_pdf_drawable">@drawable/fso_type_pdf</drawable>
    <drawable name="fso_type_presentation_drawable">@drawable/fso_type_presentation</drawable>
    <drawable name="fso_type_security_drawable">@drawable/fso_type_security</drawable>
    <drawable name="fso_type_shell_drawable">@drawable/fso_type_shell</drawable>
    <drawable name="fso_type_source_drawable">@drawable/fso_type_source</drawable>
    <drawable name="fso_type_spreadsheet_drawable">@drawable/fso_type_spreadsheet</drawable>
    <drawable name="fso_type_system_drawable">@drawable/fso_type_system</drawable>
    <drawable name="fso_type_text_drawable">@drawable/fso_type_text</drawable>
    <drawable name="fso_type_video_drawable">@drawable/fso_type_video</drawable>

    <!-- Syntax Highlight -->
    <color name="ash_text_color">@color/black_transparent</color>
    <color name="ash_assignment_color">@color/black_transparent</color>
    <color name="ash_singleline_comment_color">#ff278556</color>
    <color name="ash_multiline_comment_color">#ff7f9fbf</color>
    <color name="ash_keyword_color">#ff773b63</color>
    <color name="ash_quoted_string_color">#990000C0</color>
    <color name="ash_variable_color">#ff5080bd</color>
</resources>