<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 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="Theme.WebLayer" parent="Theme.BrowserUI.DayNight" />

    <style name="Theme.WebLayer.Settings" parent="Theme.WebLayer">
        <item name="preferenceTheme">@style/PreferenceTheme</item>
        <item name="alertDialogTheme">@style/ThemeOverlay.BrowserUI.AlertDialog</item>

        <!-- Text style attributes used by the preference_material.xml layout. -->
        <item name="android:textAppearanceListItem">@style/TextAppearance.TextLarge.Primary</item>
        <item name="android:textColorSecondary">@color/default_text_color_secondary_list</item>
    </style>
</resources>