OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
5 | 5 |
6 <resources> | 6 <resources> |
7 <!-- Common colors --> | 7 <!-- Common colors --> |
8 <color name="default_text_color">#333</color> | 8 <color name="default_text_color">#333</color> |
9 <color name="default_primary_color">#f2f2f2</color> | 9 <color name="default_primary_color">#f2f2f2</color> |
10 <color name="light_normal_color">#5A5A5A</color> | 10 <color name="light_normal_color">#5A5A5A</color> |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
129 <color name="find_in_page_failed_results_status_color">#db4437</color> | 129 <color name="find_in_page_failed_results_status_color">#db4437</color> |
130 | 130 |
131 <!-- App Launch Colors --> | 131 <!-- App Launch Colors --> |
132 <color name="light_background_color">#FFFFFF</color> | 132 <color name="light_background_color">#FFFFFF</color> |
133 | 133 |
134 <!-- Reader mode colors --> | 134 <!-- Reader mode colors --> |
135 <color name="reader_mode_header_bg">#ff494949</color> | 135 <color name="reader_mode_header_bg">#ff494949</color> |
136 | 136 |
137 <!-- WebappActivity colors --> | 137 <!-- WebappActivity colors --> |
138 <color name="webapp_default_bg">#fafafa</color> | 138 <color name="webapp_default_bg">#fafafa</color> |
139 <color name="webapp_splash_title">#333333</color> | |
newt (away)
2015/09/04 18:45:48
Reuse existing colors where possible. e.g. use def
Lalit Maganti
2015/09/04 19:12:02
Done.
| |
140 <color name="webapp_splash_title_light">#ffffff</color> | |
139 <color name="webapp_url_bar_bg">#fafafa</color> | 141 <color name="webapp_url_bar_bg">#fafafa</color> |
140 <color name="webapp_url_bar_separator">#e1e1e1</color> | 142 <color name="webapp_url_bar_separator">#e1e1e1</color> |
141 | 143 |
142 <!-- Enhanced bookmark UI colors --> | 144 <!-- Enhanced bookmark UI colors --> |
143 <color name="enhanced_bookmark_detail_text">#212121</color> | 145 <color name="enhanced_bookmark_detail_text">#212121</color> |
144 <color name="enhanced_bookmark_detail_section">#7C7B79</color> | 146 <color name="enhanced_bookmark_detail_section">#7C7B79</color> |
145 <color name="enhanced_bookmark_app_bar_shadow_color">#1D000000</color> | 147 <color name="enhanced_bookmark_app_bar_shadow_color">#1D000000</color> |
146 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co lor> | 148 <color name="enhanced_bookmark_drawer_selected_background_color">#F0F0F0</co lor> |
147 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color> | 149 <color name="enhanced_bookmark_list_item_highlight_color">#804281f4</color> |
148 <color name="enhanced_bookmark_icon_background_color">#ff787878</color> | 150 <color name="enhanced_bookmark_icon_background_color">#ff787878</color> |
149 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col or</color> | 151 <color name="enhanced_bookmark_appbar_background">@color/default_primary_col or</color> |
150 | 152 |
151 <!-- Opt out promo --> | 153 <!-- Opt out promo --> |
152 <color name="opt_out_text_color">#646464</color> | 154 <color name="opt_out_text_color">#646464</color> |
153 | 155 |
154 <!-- Media UI Colors --> | 156 <!-- Media UI Colors --> |
155 <color name="media_session_icon_color">#14181C</color> | 157 <color name="media_session_icon_color">#14181C</color> |
156 </resources> | 158 </resources> |
OLD | NEW |