chromium/components/browser_ui/widget/android/java/res/values-night/dimens.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 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 color elevations -->
    <dimen name="dialog_elevation">@dimen/default_elevation_3</dimen>
    <dimen name="sheet_background_elev">@dimen/default_elevation_4</dimen>
    <dimen name="toolbar_text_box_elevation">@dimen/default_elevation_3</dimen>

    <!-- Chips default measures -->
    <dimen name="chip_state_layer_hover_alpha">@dimen/chip_state_layer_hover_alpha_dark</dimen>
    <dimen name="chip_state_layer_focused_alpha">@dimen/chip_state_layer_focused_alpha_dark</dimen>
    <dimen name="chip_state_layer_pressed_alpha">@dimen/chip_state_layer_pressed_alpha_dark</dimen>

    <!-- New Tab Page -->
    <dimen name="home_surface_background_color_elevation">@dimen/default_elevation_0</dimen>
    <item name="home_surface_search_box_background_alpha" format="float" type="dimen">0.2</item>
    <dimen name="home_surface_ui_background_color_elevation">@dimen/default_elevation_1</dimen>

    <!-- Single Tab module -->
    <dimen name="favicon_background_color_elevation">@dimen/default_elevation_2</dimen>

    <!-- Tab Resumption module -->
    <dimen name="tab_resumption_module_icon_background_color_elevation">@dimen/default_elevation_4</dimen>
</resources>