blob: 47c4f2da495ad01f0fa562ca4674e9258e5fc2ca [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014 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.
-->
<!-- Colors specific to Quantum themes. -->
<resources>
<color name="background_quantum_dark">#ff303030</color>
<color name="background_quantum_light">@android:color/white</color>
<color name="bright_foreground_quantum_dark">@android:color/white</color>
<color name="bright_foreground_quantum_light">@android:color/black</color>
<!-- TODO: This is 50% alpha black -->
<color name="bright_foreground_disabled_quantum_dark">#80000000</color>
<!-- TODO: This is 50% alpha white -->
<color name="bright_foreground_disabled_quantum_light">#80ffffff</color>
<color name="bright_foreground_inverse_quantum_dark">@color/bright_foreground_quantum_light
</color>
<color name="bright_foreground_inverse_quantum_light">@color/bright_foreground_quantum_dark
</color>
<color name="dim_foreground_quantum_dark">#ffbebebe</color>
<color name="dim_foreground_quantum_light">#ff323232</color>
<color name="dim_foreground_disabled_quantum_dark">#80bebebe</color>
<color name="dim_foreground_disabled_quantum_light">#80323232</color>
<color name="hint_foreground_quantum_dark">@color/bright_foreground_disabled_quantum_dark
</color>
<color name="hint_foreground_quantum_light">@color/bright_foreground_disabled_quantum_light
</color>
<!-- TODO: This is 40% alpha teal_A200 -->
<color name="highlighted_text_quantum_dark">#660097a7</color>
<!-- TODO: This is 40% alpha teal_A200 -->
<color name="highlighted_text_quantum_light">#660097a7</color>
<!-- Primary & accent colors -->
<eat-comment />
<color name="quantum_red_100">#fff4c7c3</color>
<color name="quantum_red_300">#ffe67c73</color>
<color name="quantum_red_500">#ffdb4437</color>
<color name="quantum_red_700">#ffc53929</color>
<color name="quantum_red_A200">#ffff5252</color>
<color name="quantum_red_A400">#ffff1744</color>
<color name="quantum_blue_100">#ffc6dafc</color>
<color name="quantum_blue_300">#ff7baaf7</color>
<color name="quantum_blue_500">#ff4285f4</color>
<color name="quantum_blue_700">#ff3367d6</color>
<color name="quantum_blue_A200">#ff448aff</color>
<color name="quantum_blue_A400">#ff2979ff</color>
<color name="quantum_teal_100">#ffb2ebf2</color>
<color name="quantum_teal_300">#ff4dd0e1</color>
<color name="quantum_teal_500">#ff00bcd4</color>
<color name="quantum_teal_700">#ff0097a7</color>
<color name="quantum_teal_A200">#ff18ffff</color>
<color name="quantum_teal_A400">#ff00e5ff</color>
<color name="quantum_green_100">#ffb7e1cd</color>
<color name="quantum_green_300">#ff57bb8a</color>
<color name="quantum_green_500">#ff0f9d58</color>
<color name="quantum_green_700">#ff0b8043</color>
<color name="quantum_green_A200">#ff69f0ae</color>
<color name="quantum_green_A400">#ff00e676</color>
<color name="quantum_lime_100">#fff0f4c3</color>
<color name="quantum_lime_300">#ffdce775</color>
<color name="quantum_lime_500">#ffcddc39</color>
<color name="quantum_lime_700">#ffafb42b</color>
<color name="quantum_lime_A200">#ffeeff41</color>
<color name="quantum_lime_A400">#ffc6ff00</color>
<color name="quantum_yellow_100">#fffce8b2</color>
<color name="quantum_yellow_300">#fff7cb4d</color>
<color name="quantum_yellow_500">#fff4b400</color>
<color name="quantum_yellow_700">#fff09300</color>
<color name="quantum_yellow_A200">#ffffcd40</color>
<color name="quantum_yellow_A400">#ffffbc00</color>
<color name="quantum_orange_100">#ffffe0b2</color>
<color name="quantum_orange_300">#ffffb74d</color>
<color name="quantum_orange_500">#ffff9800</color>
<color name="quantum_orange_700">#fff57c00</color>
<color name="quantum_orange_A200">#ffffab40</color>
<color name="quantum_orange_A400">#ffff9100</color>
<color name="quantum_deep_orange_100">#fff4c7c3</color>
<color name="quantum_deep_orange_300">#ffe67c73</color>
<color name="quantum_deep_orange_500">#ffff5722</color>
<color name="quantum_deep_orange_700">#ffc53929</color>
<color name="quantum_deep_orange_A200">#ffff5252</color>
<color name="quantum_deep_orange_A400">#ffff1744</color>
<!-- Neutral colors -->
<eat-comment />
<color name="quantum_grey_50">#fffafafa</color>
<color name="quantum_grey_100">#fff5f5f5</color>
<color name="quantum_grey_300">#ffeeeeee</color>
<color name="quantum_grey_500">#ffa3a3a3</color>
<color name="quantum_grey_700">#ff717171</color>
<color name="quantum_blue_grey_50">#ffeceff1</color>
<color name="quantum_blue_grey_100">#ffcfd8dc</color>
<color name="quantum_blue_grey_300">#ff90a4ae</color>
<color name="quantum_blue_grey_500">#ff607d8b</color>
<color name="quantum_blue_grey_700">#ff455a64</color>
<color name="quantum_brown_100">#ffd7ccc8</color>
<color name="quantum_brown_300">#ffa1887f</color>
<color name="quantum_brown_500">#ff795548</color>
<color name="quantum_brown_700">#ff5d4037</color>
<!-- Text & foreground colors -->
<eat-comment />
<color name="primary_text_default_quantum_light">#de000000</color>
<color name="secondary_text_quantum_light">#8a000000</color>
<color name="tertiary_text_quantum_light">#4d000000</color>
<color name="primary_text_default_quantum_dark">#deffffff</color>
<color name="secondary_text_quantum_dark">#8affffff</color>
<color name="tertiary_text_quantum_dark">#4dffffff</color>
</resources>