<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2014 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">
    <!-- Please see src/ui/android/java/res/values/colors.xml for the shared common colors. -->

    <!--  TODO(crbug.com/40545033): move all hex color values to color_palette.xml  -->
    <!-- Other colors -->
    <color name="dark_action_bar_color">@color/google_blue_grey_900</color>
    <color name="dark_status_bar_color">#161E21</color>

    <!-- App menu colors -->
    <color name="update_menu_item_text_color">@color/default_red</color>
    <macro name="menu_button_dot_primary">@macro/default_icon_color_accent1</macro>

    <!--  Distilled Page Prefs colors -->
    <color name="distilled_page_prefs_selected">#999999</color>

    <!-- Account Signin Colors -->
    <!-- As in dimens.xml, signin uses values from the First Run Experience -->
    <macro name="signin_head_background">@macro/default_bg_color</macro>
    <macro name="signin_body_background">@macro/default_bg_color</macro>

    <!-- NTP and Home sheet colors. Also used on the bookmarks and recent tabs pages. -->
    <color name="ntp_bg_incognito">@color/default_bg_color_dark</color>

    <!-- Incognito NTP Colors. -->
    <color name="incognito_emphasis">@android:color/white</color>

    <!-- Overlay Panel colors -->
    <macro name="overlay_panel_bar_background_color">@macro/default_bg_color</macro>

    <!-- Find in Page colors -->
    <!-- go/keep-sorted start -->
    <color name="find_in_page_background_color">@color/default_bg_color_baseline</color>
    <color name="find_in_page_failed_results_status_color">@color/default_red</color>
    <color name="find_in_page_query_default_hint_color">@color/default_text_color_secondary_list</color>
    <color name="find_in_page_query_incognito_hint_color">@color/white_alpha_70</color>
    <color name="find_in_page_query_white_color">@android:color/white</color>
    <!-- go/keep-sorted end -->

    <!-- App Background Colors -->
    <color name="window_background_color">@color/default_bg_color_baseline</color>

    <!-- Bookmarks Desktop Layout Colors -->
    <macro name="bookmark_desktop_navigation_pane_bg"
        >?attr/colorSurfaceContainer</macro>
    <macro name="bookmark_desktop_content_pane_bg"
        >?attr/colorSurfaceContainer</macro>

    <!-- Bookmark widget colors -->
    <color name="bookmark_widget_pressed_highlight">@color/black_alpha_11</color>

    <!-- History Navigation UI colors -->
    <color name="navigation_bubble_arrow">@android:color/black</color>

    <!-- Scrollbar colors -->
    <color name="default_scroll_thumb">@color/baseline_neutral_20_alpha_38</color>

    <!-- Offline indicator v2 colors -->
    <color name="offline_indicator_offline_color">@android:color/black</color>

    <!-- Model selector button background TSR colors -->
    <color name="model_selector_button_bg_color">@color/default_icon_color_inverse_dark</color>

    <!-- Settings -->
    <color name="settings_search_logo_color_1">@color/material_primary_90</color>
    <color name="settings_search_logo_color_2">@color/material_primary_60</color>
    <color name="settings_search_logo_color_3">@color/material_primary_40</color>
    <color name="settings_search_clear_text">@color/baseline_neutral_10</color>

    <!-- Tab strip button hover background color -->
    <color name="tab_strip_button_hover_bg_color">@color/baseline_neutral_90</color>

    <!-- Tab strip incognito background tints -->
    <color name="tab_strip_bg_incognito_default_tint">@color/gm3_baseline_surface_container_dark</color>
    <color name="tab_strip_bg_incognito_pressed_tint">@color/gm3_baseline_surface_container_highest_dark</color>

    <!-- Other colors -->
    <color name="media_viewer_bg">#000000</color>
    <color name="image_viewer_bg">#0E0E0E</color>
    <color name="thumbnail_placeholder_on_primary_bg" tools:ignore="UnusedResources">@color/default_bg_color_secondary</color>
    <macro name="tab_layout_selected_tab_color">@macro/default_text_color_accent1</macro>

    <!-- Swipe Refresh Handler -->
    <color name="incognito_swipe_refresh_layout_bg">@color/gm3_baseline_surface_container_dark</color>

    <!-- Tab Strip Dragged Tab Shadow Color -->
    <color name="tab_strip_reorder_shadow_color">@color/black_alpha_11</color>

    <!-- Tab strip media indicators-->
    <color name="tab_recording_media_color">@color/google_red_600</color>
    <color name="tab_sharing_media_color">@color/tab_group_color_picker_blue_dark</color>
    <color name="tab_pip_media_color">@color/tab_group_color_picker_blue_dark</color>
</resources>
