| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2019 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. --> |
| |
| <resources> |
| <color name="google_logo_tint">@android:color/white</color> |
| |
| <!-- Account Signin Colors --> |
| <color name="signin_header_animation_background">@color/header_background_dark</color> |
| <color name="signin_header_animation_line_light">@color/modern_grey_700</color> |
| <color name="signin_header_animation_line_dark">@color/modern_grey_700</color> |
| <color name="signin_header_animation_laptop_screen">@color/modern_grey_900</color> |
| |
| <!-- Tab Strip Colors --> |
| <color name="compositor_background_tab_bg">@color/modern_grey_900</color> |
| <color name="compositor_background_tab_outline">@android:color/black</color> |
| |
| <!-- History Navigation UI colors --> |
| <color name="navigation_bubble_arrow">@android:color/white</color> |
| |
| <!-- Scrollbar colors --> |
| <color name="default_scroll_thumb">@color/white_alpha_20</color> |
| |
| <!-- Explore Sites colors --> |
| <color name="explore_sites_dense_tile_background_color">@color/default_bg_color_secondary</color> |
| </resources> |