<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<resources>

    <!--Material Grey 50-->
    <color name="background_normal">#F5F5F5</color> <!--Material Grey 100-->

    <!-- highlight on shaped button: 20% white over background_tabs -->

    <!-- highlight-focused on shaped button: 10% white over background_tabs -->

    <!-- highlight on nav button: 20% black over background_normal -->

    <!-- highlight-focused on nav button: 10% black over background_normal -->

    <!-- highlight on private nav button: 20% white over background_private -->

    <!-- highlight-focused on private nav button: 10% white over background_private -->

    <!--
        Application theme colors
    -->
    <!-- Default colors -->
    <color name="text_color_secondary">#777777</color>

    <!-- Default inverse colors -->

    <!-- Disabled colors -->

    <!-- Hint colors -->

    <!-- Highlight colors -->

    <!-- Link colors -->

    <color name="doorhanger_divider_light">#FFD1D5DA</color>

    <color name="toolbar_background">#ffffff</color>

</resources>

