1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3** 4** Copyright 2023, The Android Open Source Project 5** 6** Licensed under the Apache License, Version 2.0 (the "License"); 7** you may not use this file except in compliance with the License. 8** You may obtain a copy of the License at 9** 10** http://www.apache.org/licenses/LICENSE-2.0 11** 12** Unless required by applicable law or agreed to in writing, software 13** distributed under the License is distributed on an "AS IS" BASIS, 14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15** See the License for the specific language governing permissions and 16** limitations under the License. 17*/ 18--> 19<resources> 20 <color name="material_color_on_secondary_fixed_variant">#3F4759</color> 21 <color name="material_color_on_tertiary_fixed_variant">#583E5B</color> 22 <color name="material_color_surface_container_lowest">#0D0E11</color> 23 <color name="material_color_on_primary_fixed_variant">#2B4678</color> 24 <color name="material_color_on_secondary_container">#DBE2F9</color> 25 <color name="material_color_on_tertiary_container">#FBD7FC</color> 26 <color name="material_color_surface_container_low">#1B1B1F</color> 27 <color name="material_color_on_primary_container">#D8E2FF</color> 28 <color name="material_color_secondary_fixed_dim">#BFC6DC</color> 29 <color name="material_color_on_error_container">#FFDAD5</color> 30 <color name="material_color_on_secondary_fixed">#141B2C</color> 31 <color name="material_color_on_surface_inverse">#1B1B1F</color> 32 <color name="material_color_tertiary_fixed_dim">#DEBCDF</color> 33 <color name="material_color_on_tertiary_fixed">#29132D</color> 34 <color name="material_color_primary_fixed_dim">#ADC6FF</color> 35 <color name="material_color_secondary_container">#3F4759</color> 36 <color name="material_color_error_container">#930001</color> 37 <color name="material_color_on_primary_fixed">#001A41</color> 38 <color name="material_color_primary_inverse">#445E91</color> 39 <color name="material_color_secondary_fixed">#DBE2F9</color> 40 <color name="material_color_surface_inverse">#FAF9FD</color> 41 <color name="material_color_surface_variant">#44474F</color> 42 <color name="material_color_tertiary_container">#583E5B</color> 43 <color name="material_color_tertiary_fixed">#FBD7FC</color> 44 <color name="material_color_primary_container">#2B4678</color> 45 <color name="material_color_on_background">#E3E2E6</color> 46 <color name="material_color_primary_fixed">#D8E2FF</color> 47 <color name="material_color_on_secondary">#293041</color> 48 <color name="material_color_on_tertiary">#402843</color> 49 <color name="material_color_surface_dim">#121316</color> 50 <color name="material_color_surface_bright">#38393C</color> 51 <color name="material_color_on_error">#690001</color> 52 <color name="material_color_surface">#121316</color> 53 <color name="material_color_surface_container_high">#292A2D</color> 54 <color name="material_color_surface_container_highest">#343538</color> 55 <color name="material_color_on_surface_variant">#C4C6D0</color> 56 <color name="material_color_outline">#72747D</color> 57 <color name="material_color_outline_variant">#444746</color> 58 <color name="material_color_on_primary">#102F60</color> 59 <color name="material_color_on_surface">#E3E2E6</color> 60 <color name="material_color_surface_container">#1F1F23</color> 61 <color name="material_color_primary">#ADC6FF</color> 62 <color name="material_color_secondary">#BFC6DC</color> 63 <color name="material_color_tertiary">#DEBCDF</color> 64</resources> 65