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

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 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">
    <!-- Surface tint -->
    <color name="gm3_baseline_surface_tint">@color/gm3_baseline_surface_tint_light</color>

    <!-- Text colors -->
    <color name="default_primary_color">#F2F2F2</color>
    <color name="input_underline_error_color">#D32F2F</color>
    <color name="explanation_text_color">#909090</color>

    <!-- Toolbar colors -->
    <!-- Same as ?attr/colorSurface. -->
    <color name="toolbar_background_primary_dark">@color/default_bg_color_dark</color>

    <!-- Infobar colors -->
    <color name="infobar_icon_drawable_color">@color/default_icon_color_accent1_tint_list</color>

    <!-- Control colors for toggles, checkboxes, ratio buttons, list item highlight, and accent.
     Note that these should NOT be used for icon tint. -->
    <color name="control_highlight_color" tools:ignore="UnusedResources">
        @color/default_control_color_highlight_light
    </color>

    <!-- Favicons -->
    <color name="default_favicon_background_color">@color/default_control_color_normal_light</color>

    <!-- Navigation bar colors -->
    <macro name="bottom_system_nav_color" tools:ignore="UnusedResources">@macro/toolbar_background_primary</macro>
    <macro name="bottom_system_nav_divider_color">@macro/divider_line_bg_color</macro>
    <color name="bottom_system_nav_divider_color_light">@color/divider_line_bg_color_light</color>

    <!-- This is the color that will appear on the system recents UI. It is a neutral background
         color that adapts to dark/light modes but not a dynamic color. -->
    <color name="default_task_description_color">@color/default_bg_color_baseline</color>

    <!-- Progress Bar colors -->
    <macro name="progress_bar_foreground">@macro/default_control_color_active</macro>
    <color name="progress_bar_secondary">@color/modern_grey_600</color>

    <!-- Chip Colors -->
    <macro name="default_chip_assistive_text_color_secondary" tools:ignore="UnusedResources">@macro/default_text_color_secondary</macro>

    <!-- Clank Empty States Colors-->
    <color name="empty_state_icon_bg_color">@color/material_primary_95</color>
    <color name="empty_state_icon_bg_background_color">@color/material_primary_95</color>
    <color name="empty_state_icon_bg_foreground_color">@color/material_primary_90</color>
    <color name="empty_state_icon_color">@color/material_primary_40</color>
    <color name="empty_state_icon_tabswitcher_bg_color">@color/material_primary_95</color>
    <color name="empty_state_tab_border_color">@color/material_primary_60</color>
    <color name="empty_state_tab_group_border_color">@color/material_primary_40</color>
</resources>