1<?xml version="1.0" encoding="utf-8"?><!-- 2 ~ Copyright (C) 2024 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License. 15 --> 16 17<resources> 18 <color name="material_color_surface_container_lowest">#0D0E11</color> 19 <color name="material_color_on_surface">#E3E2E6</color> 20 21 <color name="materialColorOnSecondaryFixedVariant">@color/system_on_secondary_fixed_variant</color> 22 <color name="materialColorOnTertiaryFixedVariant">@color/system_on_tertiary_fixed_variant</color> 23 <color name="materialColorSurfaceContainerLowest">@color/system_surface_container_lowest_dark</color> 24 <color name="materialColorOnPrimaryFixedVariant">@color/system_on_primary_fixed_variant</color> 25 <color name="materialColorOnSecondaryContainer">@color/system_on_secondary_container_dark</color> 26 <color name="materialColorOnTertiaryContainer">@color/system_on_tertiary_container_dark</color> 27 <color name="materialColorSurfaceContainerLow">@color/system_surface_container_low_dark</color> 28 <color name="materialColorOnPrimaryContainer">@color/system_on_primary_container_dark</color> 29 <color name="materialColorSecondaryFixedDim">@color/system_secondary_fixed_dim</color> 30 <color name="materialColorOnErrorContainer">@color/system_on_error_container_dark</color> 31 <color name="materialColorOnSecondaryFixed">@color/system_on_secondary_fixed</color> 32 <color name="materialColorInverseOnSurface">@color/system_on_surface_light</color> 33 <color name="materialColorTertiaryFixedDim">@color/system_tertiary_fixed_dim</color> 34 <color name="materialColorOnTertiaryFixed">@color/system_on_tertiary_fixed</color> 35 <color name="materialColorPrimaryFixedDim">@color/system_primary_fixed_dim</color> 36 <color name="materialColorSecondaryContainer">@color/system_secondary_container_dark</color> 37 <color name="materialColorErrorContainer">@color/system_error_container_dark</color> 38 <color name="materialColorOnPrimaryFixed">@color/system_on_primary_fixed</color> 39 <color name="materialColorInversePrimary">@color/system_primary_light</color> 40 <color name="materialColorSecondaryFixed">@color/system_secondary_fixed</color> 41 <color name="materialColorInverseSurface">@color/system_surface_light</color> 42 <color name="materialColorSurfaceVariant">@color/system_surface_variant_dark</color> 43 <color name="materialColorTertiaryContainer">@color/system_tertiary_container_dark</color> 44 <color name="materialColorTertiaryFixed">@color/system_tertiary_fixed</color> 45 <color name="materialColorPrimaryContainer">@color/system_primary_container_dark</color> 46 <color name="materialColorOnBackground">@color/system_on_background_dark</color> 47 <color name="materialColorPrimaryFixed">@color/system_primary_fixed</color> 48 <color name="materialColorOnSecondary">@color/system_on_secondary_dark</color> 49 <color name="materialColorOnTertiary">@color/system_on_tertiary_dark</color> 50 <color name="materialColorSurfaceDim">@color/system_surface_dim_dark</color> 51 <color name="materialColorSurfaceBright">@color/system_surface_bright_dark</color> 52 <color name="materialColorOnError">@color/system_on_error_dark</color> 53 <color name="materialColorSurface">@color/system_surface_dark</color> 54 <color name="materialColorSurfaceContainerHigh">@color/system_surface_container_high_dark</color> 55 <color name="materialColorSurfaceContainerHighest">@color/system_surface_container_highest_dark</color> 56 <color name="materialColorOnSurfaceVariant">@color/system_on_surface_variant_dark</color> 57 <color name="materialColorOutline">@color/system_outline_dark</color> 58 <color name="materialColorOutlineVariant">@color/system_outline_variant_dark</color> 59 <color name="materialColorOnPrimary">@color/system_on_primary_dark</color> 60 <color name="materialColorOnSurface">@color/system_on_surface_dark</color> 61 <color name="materialColorSurfaceContainer">@color/system_surface_container_dark</color> 62 <color name="materialColorPrimary">@color/system_primary_dark</color> 63 <color name="materialColorSecondary">@color/system_secondary_dark</color> 64 <color name="materialColorTertiary">@color/system_tertiary_dark</color> 65 <color name="materialColorError">@color/system_error_dark</color> 66</resources>