ColorDark.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 ColorDark {
    val Background = Palette.Neutral10
    val Error = Palette.Error80
    val ErrorContainer = Palette.Error30
    val InverseOnSurface = Palette.Neutral20
    val InversePrimary = Palette.Primary40
    val InverseSurface = Palette.Neutral90
    val OnBackground = Palette.Neutral90
    val OnError = Palette.Error20
    val OnErrorContainer = Palette.Error80
    val OnPrimary = Palette.Primary20
    val OnPrimaryContainer = Palette.Primary90
    val OnSecondary = Palette.Secondary20
    val OnSecondaryContainer = Palette.Secondary90
    val OnSurface = Palette.Neutral90
    val OnSurfaceVariant = Palette.NeutralVariant80
    val OnTertiary = Palette.Tertiary20
    val OnTertiaryContainer = Palette.Tertiary90
    val Outline = Palette.NeutralVariant60
    val Primary = Palette.Primary80
    val PrimaryContainer = Palette.Primary30
    val Secondary = Palette.Secondary80
    val SecondaryContainer = Palette.Secondary30
    val Surface = Palette.Neutral10
    val SurfaceVariant = Palette.NeutralVariant30
    val Tertiary = Palette.Tertiary80
    val TertiaryContainer = Palette.Tertiary30
}