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

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

Issue 1096263005: Remove special theming for CardUnmaskPrompt since it's now automatic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove color Created 5 years, 8 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>
11 <color name="light_active_color">#4285F4</color> 11 <color name="light_active_color">#4285F4</color>
12 <color name="input_underline_color">#e5e5e5</color> 12 <color name="input_underline_color">#e5e5e5</color>
13 <color name="input_underline_error_color">#d32f2f</color> 13 <color name="input_underline_error_color">#d32f2f</color>
14 <color name="explanation_text_color">#909090</color> 14 <color name="explanation_text_color">#909090</color>
15 <color name="text_highlight_color">#C6DAFC</color>
16 15
17 <!-- Infobar colors --> 16 <!-- Infobar colors -->
18 <color name="infobar_background">#fff</color> 17 <color name="infobar_background">#fff</color>
19 <color name="infobar_background_separator">#afafaf</color> 18 <color name="infobar_background_separator">#afafaf</color>
20 <color name="infobar_accent_blue">#4285f4</color> 19 <color name="infobar_accent_blue">#4285f4</color>
21 <color name="infobar_tertiary_button_text">#969696</color> 20 <color name="infobar_tertiary_button_text">#969696</color>
22 21
23 <!-- Tab Switcher Colors --> 22 <!-- Tab Switcher Colors -->
24 <color name="tab_switcher_background">#111111</color> 23 <color name="tab_switcher_background">#111111</color>
25 <color name="accessibility_tab_switcher_list_item">#252525</color> 24 <color name="accessibility_tab_switcher_list_item">#252525</color>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> 76 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. -->
78 <color name="ntp_bg">#fff</color> 77 <color name="ntp_bg">#fff</color>
79 78
80 <!-- Signin promo screen colors --> 79 <!-- Signin promo screen colors -->
81 <color name="illustration_background_color">#4FC3F7</color> 80 <color name="illustration_background_color">#4FC3F7</color>
82 81
83 <!-- Contextual Search colors --> 82 <!-- Contextual Search colors -->
84 <color name="contextual_search_promo_text_color">#333333</color> 83 <color name="contextual_search_promo_text_color">#333333</color>
85 <color name="contextual_search_promo_background_color">#EEEEEE</color> 84 <color name="contextual_search_promo_background_color">#EEEEEE</color>
86 </resources> 85 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698