chromium/components/browser_ui/photo_picker/android/java/res/values/colors.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Please see src/ui/android/java/res/values/colors.xml for the shared common colors. -->
    <color name="photo_picker_tile_bg_color">@color/baseline_neutral_80</color>
    <color name="photo_picker_special_tile_bg_color">@color/baseline_neutral_70</color>
    <color name="photo_picker_special_tile_text_color">@color/default_text_color_secondary_list</color>
</resources>