1 /*
2  * Copyright 2021 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 // VERSION: v0_162
17 // GENERATED CODE - DO NOT MODIFY BY HAND
18 
19 package androidx.compose.material3.tokens
20 
21 internal enum class ColorSchemeKeyTokens {
22     Background,
23     Error,
24     ErrorContainer,
25     InverseOnSurface,
26     InversePrimary,
27     InverseSurface,
28     OnBackground,
29     OnError,
30     OnErrorContainer,
31     OnPrimary,
32     OnPrimaryContainer,
33     OnPrimaryFixed,
34     OnPrimaryFixedVariant,
35     OnSecondary,
36     OnSecondaryContainer,
37     OnSecondaryFixed,
38     OnSecondaryFixedVariant,
39     OnSurface,
40     OnSurfaceVariant,
41     OnTertiary,
42     OnTertiaryContainer,
43     OnTertiaryFixed,
44     OnTertiaryFixedVariant,
45     Outline,
46     OutlineVariant,
47     Primary,
48     PrimaryContainer,
49     PrimaryFixed,
50     PrimaryFixedDim,
51     Scrim,
52     Secondary,
53     SecondaryContainer,
54     SecondaryFixed,
55     SecondaryFixedDim,
56     Surface,
57     SurfaceBright,
58     SurfaceContainer,
59     SurfaceContainerHigh,
60     SurfaceContainerHighest,
61     SurfaceContainerLow,
62     SurfaceContainerLowest,
63     SurfaceDim,
64     SurfaceTint,
65     SurfaceVariant,
66     Tertiary,
67     TertiaryContainer,
68     TertiaryFixed,
69     TertiaryFixedDim,
70 }
71