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

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

Issue 2032713004: Use #969696 as (dark) text hint color in the Android omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 <!-- Progress Bar colors --> 118 <!-- Progress Bar colors -->
119 <color name="progress_bar_foreground">@color/light_active_color</color> 119 <color name="progress_bar_foreground">@color/light_active_color</color>
120 <color name="progress_bar_foreground_white">@android:color/white</color> 120 <color name="progress_bar_foreground_white">@android:color/white</color>
121 <color name="progress_bar_background">#3d4386f7</color> 121 <color name="progress_bar_background">#3d4386f7</color>
122 <color name="progress_bar_background_white">#4d000000</color> 122 <color name="progress_bar_background_white">#4d000000</color>
123 123
124 <!-- Theme colors. Also used for toolbar background --> 124 <!-- Theme colors. Also used for toolbar background -->
125 <color name="incognito_primary_color">#505050</color> 125 <color name="incognito_primary_color">#505050</color>
126 126
127 <!-- LocationBar colors --> 127 <!-- LocationBar colors -->
128 <color name="locationbar_dark_hint_text">#969696</color>
128 <color name="locationbar_light_hint_text">#80ffffff</color> 129 <color name="locationbar_light_hint_text">#80ffffff</color>
129 <color name="locationbar_light_selection_color">#cc5595fe</color> 130 <color name="locationbar_light_selection_color">#cc5595fe</color>
130 <color name="locationbar_status_color">@color/light_normal_color</color> 131 <color name="locationbar_status_color">@color/light_normal_color</color>
131 <color name="locationbar_status_color_light">#ffffff</color> 132 <color name="locationbar_status_color_light">#ffffff</color>
132 <color name="locationbar_status_separator_color">#3d000000</color> 133 <color name="locationbar_status_separator_color">#3d000000</color>
133 <color name="locationbar_status_separator_color_light">#3dffffff</color> 134 <color name="locationbar_status_separator_color_light">#3dffffff</color>
134 135
135 <!-- Find in Page colors --> 136 <!-- Find in Page colors -->
136 <color name="find_result_bar_background_color">#bfffffff</color> 137 <color name="find_result_bar_background_color">#bfffffff</color>
137 <color name="find_result_bar_background_border_color">#bf666666</color> 138 <color name="find_result_bar_background_border_color">#bf666666</color>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 <!-- Bottom bar colors --> 182 <!-- Bottom bar colors -->
182 <color name="bottom_bar_shadow_color">#1d000000</color> 183 <color name="bottom_bar_shadow_color">#1d000000</color>
183 184
184 <!-- Payments UI colors --> 185 <!-- Payments UI colors -->
185 <color name="payments_ui_scrim">#000000</color> 186 <color name="payments_ui_scrim">#000000</color>
186 <color name="payments_section_edit_background">#f5f5f5</color> 187 <color name="payments_section_edit_background">#f5f5f5</color>
187 <color name="payments_section_chevron">#b2b2b2</color> 188 <color name="payments_section_chevron">#b2b2b2</color>
188 <color name="payments_section_separator">#e0e0e0</color> 189 <color name="payments_section_separator">#e0e0e0</color>
189 190
190 </resources> 191 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/UrlBar.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698