chromium/chrome/browser/ui/android/multiwindow/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">

    <!-- Multi-instance switcher dialog -->
    <color name="current_item_bullet">@color/default_green</color>
    <macro name="checked_item" tools:ignore="UnusedResources">@macro/default_icon_color_accent1</macro>
</resources>