<?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>
    <style name="Theme.WebLayer.Settings" parent="Base.Theme.WebLayer.Settings">
        <item name="android:navigationBarColor">@color/weblayer_bottom_system_nav_color</item>
        <item name="android:navigationBarDividerColor">@color/weblayer_bottom_system_nav_divider_color</item>
        <item name="android:windowLightNavigationBar">@bool/weblayer_window_light_navigation_bar</item>
    </style>
</resources>