chromium/chrome/android/webapk/shell_apk/res/values-night-v31/styles.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2018 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">
  <style name="SplashTheme" parent="@android:style/Theme.Holo">
    <item name="android:windowActionBar">false</item>
    <item name="android:windowNoTitle">true</item>
    <item name="android:windowBackground">@color/dark_background_color_non_empty</item>
    <!-- This disables the Android S default splash screen. -->
    <item name="android:windowIsTranslucent">true</item>
  </style>
  <style name="PermissionRequestTheme" parent="@android:style/Theme.Translucent.NoTitleBar">
    <item name="android:windowIsFloating">true</item>
    <item name="android:backgroundDimEnabled">false</item>
  </style>
</resources>