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

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: Spellcheck comments. 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 <!-- Infobar colors --> 8 <!-- Infobar colors -->
9 <color name="infobar_text">#333</color> 9 <color name="infobar_text">#333</color>
10 <color name="infobar_background">#fff</color> 10 <color name="infobar_background">#fff</color>
(...skipping 28 matching lines...) Expand all
39 <color name="website_settings_popup_url">#666666</color> 39 <color name="website_settings_popup_url">#666666</color>
40 <color name="website_settings_popup_url_domain">#333333</color> 40 <color name="website_settings_popup_url_domain">#333333</color>
41 <color name="website_settings_popup_url_scheme_http">#666666</color> 41 <color name="website_settings_popup_url_scheme_http">#666666</color>
42 <color name="website_settings_popup_url_scheme_https">#1ac222</color> 42 <color name="website_settings_popup_url_scheme_https">#1ac222</color>
43 <color name="website_settings_popup_url_scheme_mixed">#eba200</color> 43 <color name="website_settings_popup_url_scheme_mixed">#eba200</color>
44 <color name="website_settings_popup_url_scheme_broken">#db4437</color> 44 <color name="website_settings_popup_url_scheme_broken">#db4437</color>
45 45
46 <!-- Distilled Page Prefs colors --> 46 <!-- Distilled Page Prefs colors -->
47 <color name="distilled_page_prefs_selected">#999999</color> 47 <color name="distilled_page_prefs_selected">#999999</color>
48 <color name="distilled_page_prefs_unselected">#ffffff</color> 48 <color name="distilled_page_prefs_unselected">#ffffff</color>
49
50 <!-- Password generation popup colors -->
51 <color name="password_generation_divider_color">#e5e5e5</color>
52 <color name="password_generation_explanation_text_color">#909090</color>
53 <color name="password_generation_link_text_color">#5595e3</color>
54 <color name="password_generation_suggestion_text_color">#333333</color>
aurimas (slooooooooow) 2014/10/16 01:40:18 We should try to combine some of these colors. e.g
please use gerrit instead 2014/10/16 03:31:33 I combined infobar_text and password_generation_su
49 </resources> 55 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698