summaryrefslogtreecommitdiffstats
path: root/chromium/overlay/frameworks/base/core/res/res/values/colors.xml
blob: de262fff9ac6f4946e3e9a53bef9bd43efcf737c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 The Chromium Authors. All rights reserved.
     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file.
-->
<resources>
    <color name="webviewchromium_color_picker_border_color">#B0B0B0</color>
    <color name="webviewchromium_color_picker_background_color">#FFFFFF</color>
    <color name="webviewchromium_autofill_divider_color">#E5E5E5</color>
    <color name="webviewchromium_autofill_dark_divider_color">#C0C0C0</color>
</resources>