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

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

Issue 954933004: Upstream Account chooser fragment of First Run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another attempt to suppress findbugs Created 5 years, 10 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 <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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <color name="data_reduction_compressed_color">@color/pref_accent_color</colo r> 60 <color name="data_reduction_compressed_color">@color/pref_accent_color</colo r>
61 <color name="data_reduction_original_color">#E1E1E1</color> 61 <color name="data_reduction_original_color">#E1E1E1</color>
62 <color name="data_reduction_chart_background_color">#FAFAFA</color> 62 <color name="data_reduction_chart_background_color">#FAFAFA</color>
63 63
64 <!-- Compositor Tab Title Colors --> 64 <!-- Compositor Tab Title Colors -->
65 <color name="compositor_tab_title_bar_text">#555555</color> 65 <color name="compositor_tab_title_bar_text">#555555</color>
66 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color> 66 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color>
67 <color name="compositor_tab_title_bar_shadow">#AAFFFFFF</color> 67 <color name="compositor_tab_title_bar_shadow">#AAFFFFFF</color>
68 <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color> 68 <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color>
69 69
70 <!-- First Run Experience Colors -->
71 <color name="fre_text_color">#000000</color>
72 <color name="fre_light_text_color">#494949</color>
73 <color name="fre_title_color">#161616</color>
74
75 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. -->
76 <color name="ntp_bg">#fff</color>
77
78 <!-- Signin promo screen colors -->
79 <color name="illustration_background_color">#4FC3F7</color>
70 </resources> 80 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/fre_spinner_text.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698