ColorLightTokens.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.
 */
// VERSION: v0_92
// GENERATED CODE - DO NOT MODIFY BY HAND

package androidx.compose.material3.tokens

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