blob: a3df84dc7d52922671305fbf867a45d29b39fa73 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2017 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>
<!-- The default color for all activities in the SetupWizard. -->
<color name="windowBackground">@android:color/black</color>
<!-- The color of the status bar. -->
<color name="colorPrimaryDark">@android:color/black</color>
<color name="blue_400">#6BA5ED</color>
<color name="car_suw_tint">@color/blue_400</color>
<!-- White -->
<color name="suw_color_primary">@android:color/white</color>
<!-- Material grey500 -->
<color name="suw_color_secondary">#9AA0A6</color>
<!-- Material blue300 -->
<color name="suw_color_accent">#8AB4F8</color>
<!-- Material grey200 -->
<color name="suw_color_list_icon">#E8EAED</color>
<!-- Material grey800 -->
<color name="suw_color_divider">#3C4043</color>
<!-- Material grey900 -->
<color name="suw_color_background">#202124</color>
</resources>