<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2023 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<resources>
    <!-- colorAccentPrimaryVariant is not visible from mainline, so UX provided this alternative -->
    <color name="permission_rationale_accent_primary_variant">@android:color/system_accent1_600</color>

    <color name="sc_surface_light">@android:color/system_surface_bright_light</color>
    <color name="sc_surface_dark">@android:color/system_surface_bright_dark</color>

    <color name="sc_surface_variant_light">@android:color/system_surface_container_high_light</color>
    <color name="sc_surface_variant_dark">@android:color/system_surface_container_high_dark</color>

    <color name="sc_accent_primary_light">@android:color/system_primary_light</color>
    <color name="sc_accent_primary_dark">@android:color/system_primary_dark</color>

    <color name="sc_status_info_light">@color/sc_semantic_green</color>

    <color name="sc_status_info_dark">@color/gm_green_400</color>
    <color name="sc_status_recommend_dark">@color/gm_yellow_400</color>
    <color name="sc_status_warn_dark">@color/gm_red_400</color>

    <color name="sc_icon_info_dark">@color/gm_green_400</color>
    <color name="sc_icon_recommend_dark">@color/gm_yellow_400</color>
    <color name="sc_icon_warn_dark">@color/gm_red_400</color>
    <color name="sc_icon_null_dark">@color/gm_grey_400</color>

    <color name="sc_shield_accent_light">@color/sc_shield_accent</color>
    <color name="sc_shield_accent_dark">@color/gm_grey_900</color>
    <color name="sc_shield_accent_fixed_variant">@color/sc_shield_accent_dark</color>

    <color name="sc_primary_action_button_text">@color/gm_grey_900</color>

    <color name="sc_outline_button_info_base_light">@color/gm_green_500</color>
    <color name="sc_outline_button_recommend_base_light">@color/gm_yellow_500</color>
    <color name="sc_outline_button_warn_base_light">@color/gm_red_500</color>

    <color name="sc_outline_button_info_base_dark">@color/gm_green_400</color>
    <color name="sc_outline_button_recommend_base_dark">@color/gm_yellow_400</color>
    <color name="sc_outline_button_warn_base_dark">@color/gm_red_400</color>
</resources>
