ColorLight.kt

/*
 * Copyright 2021 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.
 */
// GENERATED CODE - DO NOT MODIFY BY HAND

package androidx.compose.material3.tokens

internal object ColorLight {
    val Background = Palette.Neutral99
    val Error = Palette.Error40
    val ErrorContainer = Palette.Error90
    val InverseOnSurface = Palette.Neutral95
    val InversePrimary = Palette.Primary80
    val InverseSurface = Palette.Neutral20
    val OnBackground = Palette.Neutral10
    val OnError = Palette.Error100
    val OnErrorContainer = Palette.Error10
    val OnPrimary = Palette.Primary100
    val OnPrimaryContainer = Palette.Primary10
    val OnSecondary = Palette.Secondary100
    val OnSecondaryContainer = Palette.Secondary10
    val OnSurface = Palette.Neutral10
    val OnSurfaceVariant = Palette.NeutralVariant30
    val OnTertiary = Palette.Tertiary100
    val OnTertiaryContainer = Palette.Tertiary10
    val Outline = Palette.NeutralVariant50
    val Primary = Palette.Primary40
    val PrimaryContainer = Palette.Primary90
    val Secondary = Palette.Secondary40
    val SecondaryContainer = Palette.Secondary90
    val Surface = Palette.Neutral99
    val SurfaceVariant = Palette.NeutralVariant90
    val Tertiary = Palette.Tertiary40
    val TertiaryContainer = Palette.Tertiary90
}