chromium/components/webapps/browser/android/java/res/values-night/colors.xml

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

<resources>
    <!-- PWA Bottom Sheet general colors -->
    <color name="pwa_bottom_sheet_card_background">@color/default_bg_color_secondary_dark</color>

    <!-- PWA Restore illustration colors -->
    <color name="pwa_restore_illustration_primary">@color/material_primary_80</color>
    <color name="pwa_restore_illustration_secondary">@color/material_primary_40</color>
</resources>