Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(887)

Side by Side Diff: chrome/android/java/res/values/colors.xml

Issue 606153002: [android] Password generation UI for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unify default text color. Use integers instead of enums. Simplify delegate. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 <!-- Common colors -->
9 <color name="default_text_color">#333</color>
10
8 <!-- Infobar colors --> 11 <!-- Infobar colors -->
9 <color name="infobar_text">#333</color>
10 <color name="infobar_background">#fff</color> 12 <color name="infobar_background">#fff</color>
11 <color name="infobar_background_separator">#afafaf</color> 13 <color name="infobar_background_separator">#afafaf</color>
12 <color name="infobar_accent_blue">#4285f4</color> 14 <color name="infobar_accent_blue">#4285f4</color>
13 <color name="infobar_accent_blue_pressed">#679df6</color> 15 <color name="infobar_accent_blue_pressed">#679df6</color>
14 <color name="infobar_tertiary_button_text">#969696</color> 16 <color name="infobar_tertiary_button_text">#969696</color>
15 17
16 <!-- Tab Switcher Colors --> 18 <!-- Tab Switcher Colors -->
17 <color name="tab_switcher_background">#111111</color> 19 <color name="tab_switcher_background">#111111</color>
18 <color name="tab_title_bar_text">#555555</color> 20 <color name="tab_title_bar_text">#555555</color>
19 <color name="tab_title_bar_text_incognito">#ffffffff</color> 21 <color name="tab_title_bar_text_incognito">#ffffffff</color>
20 <color name="tab_title_bar_shadow">#aaffffff</color> 22 <color name="tab_title_bar_shadow">#aaffffff</color>
21 <color name="tab_title_bar_shadow_incognito">#88000000</color> 23 <color name="tab_title_bar_shadow_incognito">#88000000</color>
22 <color name="tab_back">#d9d9d9</color> 24 <color name="tab_back">#d9d9d9</color>
23 <color name="tab_back_incognito">#4d5872</color> 25 <color name="tab_back_incognito">#4d5872</color>
24 <color name="accessibility_tab_switcher_list_item">#252525</color> 26 <color name="accessibility_tab_switcher_list_item">#252525</color>
25 <color name="accessibility_close_undo_text">#33b5e5</color> 27 <color name="accessibility_close_undo_text">#33b5e5</color>
26 28
27 <!-- App banner colors --> 29 <!-- App banner colors -->
28 <color name="app_banner_install_button_fg">#ffffff</color> 30 <color name="app_banner_install_button_fg">#ffffff</color>
29 <color name="app_banner_open_button_fg">#777777</color> 31 <color name="app_banner_open_button_fg">#777777</color>
30 <color name="app_banner_card_highlight">#33999999</color> 32 <color name="app_banner_card_highlight">#33999999</color>
31 33
32 <!-- Website Settings Popup Legacy colors --> 34 <!-- Website Settings Popup Legacy colors -->
33 <color name="website_settings_popup_text_link">#5595fe</color> 35 <color name="website_settings_popup_text_link">#5595fe</color>
34 <color name="website_settings_popup_reset_cert_decisions_button">#000000</co lor> 36 <color name="website_settings_popup_reset_cert_decisions_button">#000000</co lor>
35 37
36 <!-- Website Settings Popup colors --> 38 <!-- Website Settings Popup colors -->
37 <color name="website_settings_popup_background">#f2f2f2</color> 39 <color name="website_settings_popup_background">#f2f2f2</color>
38 <color name="website_settings_popup_text">#333333</color> 40 <color name="website_settings_popup_text">#333333</color>
aurimas (slooooooooow) 2014/10/16 23:30:01 Make this into default_text_color
please use gerrit instead 2014/10/17 05:19:00 Done.
39 <color name="website_settings_popup_url">#666666</color> 41 <color name="website_settings_popup_url">#666666</color>
40 <color name="website_settings_popup_url_domain">#333333</color> 42 <color name="website_settings_popup_url_domain">#333333</color>
41 <color name="website_settings_popup_url_scheme_http">#666666</color> 43 <color name="website_settings_popup_url_scheme_http">#666666</color>
42 <color name="website_settings_popup_url_scheme_https">#1ac222</color> 44 <color name="website_settings_popup_url_scheme_https">#1ac222</color>
43 <color name="website_settings_popup_url_scheme_mixed">#eba200</color> 45 <color name="website_settings_popup_url_scheme_mixed">#eba200</color>
44 <color name="website_settings_popup_url_scheme_broken">#db4437</color> 46 <color name="website_settings_popup_url_scheme_broken">#db4437</color>
45 47
46 <!-- Distilled Page Prefs colors --> 48 <!-- Distilled Page Prefs colors -->
47 <color name="distilled_page_prefs_selected">#999999</color> 49 <color name="distilled_page_prefs_selected">#999999</color>
48 <color name="distilled_page_prefs_unselected">#ffffff</color> 50 <color name="distilled_page_prefs_unselected">#ffffff</color>
51
52 <!-- Password generation popup colors -->
53 <color name="password_generation_divider_color">#e5e5e5</color>
54 <color name="password_generation_explanation_text_color">#909090</color>
55 <color name="password_generation_link_text_color">#5595e3</color>
aurimas (slooooooooow) 2014/10/16 23:30:01 I'll start a new thread with UX team about unifyin
please use gerrit instead 2014/10/17 05:19:00 Thank you! Keep me posted, please.
49 </resources> 56 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698