chromium/chrome/browser/feed/android/java/res/values/colors.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2021 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">
    <color name="post_follow_illustration_device_outline">@color/baseline_neutral_70</color>

    <color name="feed_placeholder_color">@color/black_alpha_5</color>

    <!-- Footer chip -->
    <color name="menu_footer_chip_background_color_baseline">@color/menu_footer_chip_background_color_dark</color>
    <color name="menu_footer_chip_background_color_disabled">@color/menu_footer_chip_background_color_disabled_dark</color>
    <macro name="menu_footer_chip_background_color" tools:ignore="UnusedResources">@macro/default_control_color_active</macro>
</resources>