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 | 6 |
7 <resources> | 7 <resources> |
8 <!-- Colors were copied from browser/views/infobars/infobars.cc --> | 8 <!-- Colors were copied from browser/views/infobars/infobars.cc --> |
9 <color name="infobar_text">#000000</color> | 9 <color name="infobar_text">#000000</color> |
10 <color name="infobar_info_background_separator">#afafaf</color> | 10 <color name="infobar_info_background_separator">#afafaf</color> |
11 <color name="infobar_warning_background_separator">#ccb771</color> | 11 <color name="infobar_warning_background_separator">#ccb771</color> |
12 | 12 |
13 <!-- Button Colors --> | 13 <!-- Button Colors --> |
14 <color name="button_pressed">#ff77c5e1</color> | 14 <color name="button_pressed">#ff77c5e1</color> |
15 <color name="button_focused">#ffa9d0df</color> | 15 <color name="button_focused">#ffa9d0df</color> |
16 | 16 |
17 <!-- App banner colors --> | 17 <!-- App banner colors --> |
18 <color name="app_banner_install_button_bg">#b2cb39</color> | |
19 <color name="app_banner_install_button_fg">#ffffff</color> | 18 <color name="app_banner_install_button_fg">#ffffff</color> |
20 <color name="app_banner_open_button_bg">#eeeeee</color> | 19 <color name="app_banner_open_button_fg">#777777</color> |
21 <color name="app_banner_open_button_fg">#737373</color> | 20 <color name="app_banner_card_highlight">#33999999</color> |
22 </resources> | 21 </resources> |
OLD | NEW |