chromium/components/browser_ui/styles/android/java/res/values-night/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>
    <!-- Surface tint -->
    <color name="gm3_baseline_surface_tint">@color/gm3_baseline_surface_tint_dark</color>

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

    <!-- Empty states colors -->
    <color name="empty_state_icon_color">@color/material_primary_80</color>
    <color name="empty_state_icon_bg_color">@color/material_primary_20</color>
    <color name="empty_state_icon_bg_background_color">@color/material_primary_10</color>
    <color name="empty_state_icon_bg_foreground_color">@color/material_primary_20</color>
    <color name="empty_state_icon_tabswitcher_bg_color">@macro/default_bg_color_elev_0</color>
    <color name="empty_state_tab_group_border_color">@color/material_primary_80</color>
</resources>