/* * AUTO-GENERATED FILE. DO NOT EDIT. * * All design tokens combined for comparison. * * This file is intended for Compose-based Android projects. * * Note: Deprecated tokens are marked with @Deprecated annotation. */ package com.salesforce.android.sharedui.tokens import androidx.compose.ui.graphics.Color import androidx.compose.ui.unit.dp import androidx.compose.ui.unit.sp // ============================================================================ // SPACING // ============================================================================ object SalesforceLightningBlueSpacing { val spacing1 = 4.dp // Spacing 1 | 4px. val spacing2 = 8.dp // Spacing 2 | 8px. val spacing3 = 12.dp // Spacing 3 | 12px. val spacing4 = 16.dp // Spacing 4 | 16px. val spacing5 = 24.dp // Spacing 5 | 24px. val spacing6 = 32.dp // Spacing 6 | 32px. val spacing7 = 40.dp // Spacing 7 | 40px. val spacing8 = 48.dp // Spacing 8 | 48px. val spacing9 = 56.dp // Spacing 9 | 56px. val spacing10 = 64.dp // Spacing 10 | 64px. val spacing11 = 72.dp // Spacing 11 | 72px. val spacing12 = 80.dp // Spacing 12 | 80px. val spacingVar1 get() = spacing1 // Comfy (default) = 0.25rem | Compact = 0.125rem. val spacingVar2 get() = spacing2 // Comfy (default) = 0.5rem | Compact = 0.125rem. val spacingVar3 get() = spacing3 // Comfy (default) = 0.75rem | Compact = 0.25rem. val spacingVar4 get() = spacing4 // Comfy (default) = 1rem | Compact = 0.5rem. val spacingVar5 get() = spacing5 // Comfy (default) = 1.5rem | Compact = 0.75rem. val spacingVar6 get() = spacing6 // Comfy (default) = 2rem | Compact = 1rem. val spacingVar7 get() = spacing7 // Comfy (default) = 2.5rem | Compact = 1.5rem. val spacingVar8 get() = spacing8 // Comfy (default) = 3rem | Compact = 2rem. val spacingVar9 get() = spacing9 // Comfy (default) = 3.5rem | Compact = 2.5rem. val spacingVar10 get() = spacing10 // Comfy (default) = 4rem | Compact = 3rem. val spacingVar11 get() = spacing11 // Comfy (default) = 4.5rem | Compact = 3.5rem. val spacingVar12 get() = spacing12 // Comfy (default) = 5rem | Compact = 4rem. val spacingVarBlock1 get() = spacing1 // Comfy (default) = 0.25rem | Compact = 0.125rem. val spacingVarBlock2 get() = spacing2 // Comfy (default) = 0.5rem | Compact = 0.25rem. val spacingVarBlock3 get() = spacing3 // Comfy (default) = 0.75rem | Compact = 0.5rem. val spacingVarBlock4 get() = spacing4 // Comfy (default) = 1rem | Compact = 0.5rem. val spacingVarBlock5 get() = spacing5 // Comfy (default) = 1.5rem | Compact = 0.75rem. val spacingVarBlock6 get() = spacing6 // Comfy (default) = 2rem | Compact = 1rem. val spacingVarBlock7 get() = spacing7 // Comfy (default) = 2.5rem | Compact = 1.5rem. val spacingVarBlock8 get() = spacing8 // Comfy (default) = 3rem | Compact = 2rem. val spacingVarBlock9 get() = spacing9 // Comfy (default) = 3.5rem | Compact = 2.5rem. val spacingVarBlock10 get() = spacing10 // Comfy (default) = 4rem | Compact = 3rem. val spacingVarBlock11 get() = spacing11 // Comfy (default) = 4.5rem | Compact = 3.5rem. val spacingVarBlock12 get() = spacing12 // Comfy (default) = 5rem | Compact = 4rem. val spacingVarInline1 get() = spacing1 // Comfy (default) = 0.25rem | Compact = 0.125rem. val spacingVarInline2 get() = spacing2 // Comfy (default) = 0.5rem | Compact = 0.25rem. val spacingVarInline3 get() = spacing3 // Comfy (default) = 0.75rem | Compact = 0.5rem. val spacingVarInline4 get() = spacing4 // Comfy (default) = 1rem | Compact = 0.75rem. val spacingVarInline5 get() = spacing5 // Comfy (default) = 1.5rem | Compact = 0.75rem. val spacingVarInline6 get() = spacing6 // Comfy (default) = 2rem | Compact = 1rem. val spacingVarInline7 get() = spacing7 // Comfy (default) = 2.5rem | Compact = 1.5rem. val spacingVarInline8 get() = spacing8 // Comfy (default) = 3rem | Compact = 2rem. val spacingVarInline9 get() = spacing9 // Comfy (default) = 3.5rem | Compact = 2.5rem. val spacingVarInline10 get() = spacing10 // Comfy (default) = 4rem | Compact = 3rem. val spacingVarInline11 get() = spacing11 // Comfy (default) = 4.5rem | Compact = 3.5rem. val spacingVarInline12 get() = spacing12 // Comfy (default) = 5rem | Compact = 4rem. } // ============================================================================ // SIZING // ============================================================================ object SalesforceLightningBlueSizing { val sizing1 = 2.dp // Sizing 1 | 2px. val sizing2 = 4.dp // Sizing 2 | 4px. val sizing3 = 8.dp // Sizing 3 | 8px. val sizing4 = 12.dp // Sizing 4 | 12px. val sizing5 = 16.dp // Sizing 5 | 16px. val sizing6 = 20.dp // Sizing 6 | 20px. val sizing7 = 24.dp // Sizing 7 | 24px. val sizing8 = 28.dp // Sizing 8 | 28px. val sizing9 = 32.dp // Sizing 9. val sizing10 = 48.dp // Sizing 10 | 48px. val sizing11 = 64.dp // Sizing 11 | 64px. val sizing12 = 80.dp // Sizing 12 | 80px. val sizing13 = 160.dp // Sizing 13 | 160px. val sizing14 = 240.dp // Sizing 14 | 240px. val sizing15 = 320.dp // Sizing 15 | 320px. val sizing16 = 480.dp // Sizing 16 | 480px. val sizingBase = 16.dp // Base size multiplier. val sizingBorder1 = 1.dp // Border Width 1 | 1px. val sizingBorder2 = 2.dp // Border Width 2 | 2px. val sizingBorder3 = 3.dp // Border Width 3 | 3px. val sizingBorder4 = 4.dp // Border Width 4 | 4px. } // ============================================================================ // SHAPES // ============================================================================ object SalesforceLightningBlueShapes { val radiusBorder1 = 2.dp // Small border radius for UI elements. val radiusBorder2 = 4.dp // Medium border radius for UI elements. val radiusBorder3 = 8.dp // Large border radius for UI elements. val radiusBorder4 = 16.dp // Extra Large border radius for UI elements. val radiusBorderPill = 240.dp // Pill shaped border radius for UI elements. val radiusBorderCirclePercent = 100 // Circular border radius for UI elements. } // ============================================================================ // MOTION DURATION // ============================================================================ object SalesforceLightningBlueMotionDuration { val durationInstantly = 0L // 0 seconds, 0 frames val durationImmediately = 50L // 0.05 seconds, 3 frames val durationQuickly = 100L // 0.1 seconds, 6 frames val durationPromptly = 200L // 0.2 seconds, 12 frames val durationSlowly = 400L // 0.4 seconds, 24 frames val durationPaused = 3200L // 3.2 seconds, 192 frames val durationToastShort = 4800L // 4.8 seconds val durationToastMedium = 9600L // 9.6 seconds } // ============================================================================ // FONTS // ============================================================================ object SalesforceLightningBlueFontFamily { @Deprecated("Token slds.g.font.family is deprecated", replaceWith = ReplaceWith("slds.g.font.family-base")) val family get() = SalesforceLightningBlueFontFamily.familyBase val familyBase = "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol" // System font stack for your application. val familyMonospace = "Consolas, Menlo, Monaco, Courier, monospace" // Monospace font stack for your application. } object SalesforceLightningBlueFontWeight { val weight1 = 100 // Font weight 1 val weight2 = 200 // Font weight 2 val weight3 = 300 // Light val weight4 = 400 // Regular val weight5 = 500 val weight6 = 600 // SemiBold val weight7 = 700 // Bold } object SalesforceLightningBlueFontSize { val sizeBase get() = SalesforceLightningBlueFontScale.scaleBase // Default font-size for your application. } object SalesforceLightningBlueFontScale { val scale1 = 14.sp // 1 step up from base font-size. val scale2 = 16.sp // 2 steps up from base font-size. val scale3 = 18.sp // 3 steps up from base font-size. val scale4 = 20.sp // 4 steps up from base font-size. val scale5 = 24.sp // 5 steps up from base font-size. val scale6 = 28.sp // 6 steps up from base font-size. val scale7 = 32.sp // 7 steps up from base font-size. val scale8 = 42.sp // 8 steps up from base font-size. val scale9 get() = scale8 // 9 steps up from base font-size. val scale10 get() = scale8 // 10 steps up from base font-size. val scaleRatio = 1.15f // Default ratio for your font scale. val scaleBase = 13.sp // Default font-scale ratio for your application. val scaleNeg1 = 12.sp // 1 step down from base font-size. val scaleNeg2 = 10.sp // 2 steps down from base font-size. val scaleNeg3 get() = scaleNeg2 // 3 steps down from base font-size. val scaleNeg4 get() = scaleNeg3 // 4 steps down from base font-size. val scaleVar1 get() = scale1 // 1 step up from base font-size. val scaleVar2 get() = scale2 // 2 steps up from base font-size. val scaleVar3 get() = scale3 // 3 steps up from base font-size. val scaleVar4 get() = scale4 // 4 steps up from base font-size. val scaleVar5 get() = scale5 // 5 steps up from base font-size. val scaleVar6 get() = scale6 // 6 steps up from base font-size. val scaleVar7 get() = scale7 // 7 steps up from base font-size. val scaleVar8 get() = scale8 // 8 steps up from base font-size. val scaleVar9 get() = scaleVar8 // 9 steps up from base font-size. val scaleVar10 get() = scaleVar8 // 10 steps up from base font-size. val scaleVarBase get() = scaleBase // Default variable font-scale ratio for your application. val scaleVarNeg1 get() = scaleNeg1 // 1 step down from base font-size. val scaleVarNeg2 get() = scaleNeg2 // 2 steps down from base font-size. val scaleVarNeg3 get() = scaleVarNeg2 // 3 steps down from base font-size. val scaleVarNeg4 get() = scaleVarNeg3 // 4 steps down from base font-size. } object SalesforceLightningBlueFontLineHeight { val lineHeight1 = 1f // Line-height 1. val lineHeight2 = 1.25f // Line-height 2. val lineHeight3 = 1.375f // Line-height 3. val lineHeight4 = 1.5f // Line-height 4. val lineHeight5 = 1.75f // Line-height 5. val lineHeight6 = 2f // Line-height 6. val lineHeightBase = 1.5f // Default line-height for your application. val lineHeightVarBase get() = lineHeightBase // Default variable line-height for your application. @Deprecated("Token slds.g.font.lineheight.1 is deprecated", replaceWith = ReplaceWith("slds.g.font.line.height.1")) val lineheight1 get() = lineHeight1 @Deprecated("Token slds.g.font.lineheight.2 is deprecated", replaceWith = ReplaceWith("slds.g.font.line.height.2")) val lineheight2 get() = lineHeight2 @Deprecated("Token slds.g.font.lineheight.3 is deprecated", replaceWith = ReplaceWith("slds.g.font.line.height.3")) val lineheight3 get() = lineHeight3 @Deprecated("Token slds.g.font.lineheight.4 is deprecated", replaceWith = ReplaceWith("slds.g.font.line.height.4")) val lineheight4 get() = lineHeight4 @Deprecated("Token slds.g.font.lineheight.5 is deprecated", replaceWith = ReplaceWith("slds.g.font.line.height.5")) val lineheight5 get() = lineHeight5 @Deprecated("Token slds.g.font.lineheight.6 is deprecated", replaceWith = ReplaceWith("slds.g.font.line.height.6")) val lineheight6 get() = lineHeight6 @Deprecated("Token slds.g.font.lineheight.base is deprecated", replaceWith = ReplaceWith("slds.g.font.line.height.base")) val lineheightBase get() = lineHeightBase @Deprecated("Token slds.g.font.lineheight.var.base is deprecated", replaceWith = ReplaceWith("slds.g.font.line.height.var.base")) val lineheightVarBase get() = lineHeightVarBase } object SalesforceLightningBlueFontLineClamp { val lineClamp = 3f // Default line-clamp. } // ============================================================================ // SYSTEM COLORS // ============================================================================ object SalesforceLightningBlueSystemColorsLight { val errorBase10 get() = SalesforceLightningBlueReferenceColorsLight.error10 // Error Base 10 - if used as a background, please use Error Base 100-50 to meet accessibility guidelines. val errorBase15 get() = SalesforceLightningBlueReferenceColorsLight.error15 // Error Base 15 - if used as a background, please use Error Base 100-65 to meet accessibility guidelines. val errorBase20 get() = SalesforceLightningBlueReferenceColorsLight.error20 // Error Base 20 - if used as a background, please use Error Base 100-60 to meet accessibility guidelines. val errorBase30 get() = SalesforceLightningBlueReferenceColorsLight.error30 // Error Base 30 - if used as a background, please use Error Base 100-70 to meet accessibility guidelines. val errorBase40 get() = SalesforceLightningBlueReferenceColorsLight.error40 // Error Base 40 - if used as a background, please use Error Base 100-80 to meet accessibility guidelines. val errorBase50 get() = SalesforceLightningBlueReferenceColorsLight.error50 // Error Base 50 - if used as a background, please use Error Base 100-90 to meet accessibility guidelines. val errorBase60 get() = SalesforceLightningBlueReferenceColorsLight.error60 // Error Base 60 - if used as a background, please use Error Base 20-10 to meet accessibility guidelines. val errorBase65 get() = SalesforceLightningBlueReferenceColorsLight.error65 // Error Base 65 - if used as a background, please use Error Base 20-10 to meet accessibility guidelines. val errorBase70 get() = SalesforceLightningBlueReferenceColorsLight.error70 // Error Base 70 - if used as a background, please use Error Base 30-10 to meet accessibility guidelines. val errorBase80 get() = SalesforceLightningBlueReferenceColorsLight.error80 // Error Base 80 - if used as a background, please use Error Base 40-10 to meet accessibility guidelines. val errorBase90 get() = SalesforceLightningBlueReferenceColorsLight.error90 // Error Base 90 - if used as a background, please use Error Base 50-10 to meet accessibility guidelines. val errorBase95 get() = SalesforceLightningBlueReferenceColorsLight.error95 // Error Base 95 - if used as a background, please use Error Base 50-10 to meet accessibility guidelines. @Deprecated("Error Base 100 - if used as a background, please use Error Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val errorBase100 = Color(0xFFFFFFFF) // Error Base 100 - if used as a background, please use Error Base 60-10 to meet accessibility guidelines. val warningBase10 get() = SalesforceLightningBlueReferenceColorsLight.warning10 // Warning Base 10 - if used as a background, please use Warning Base 100-50 to meet accessibility guidelines. val warningBase15 get() = SalesforceLightningBlueReferenceColorsLight.warning15 // Warning Base 15 - if used as a background, please use Warning Base 100-50 to meet accessibility guidelines. val warningBase20 get() = SalesforceLightningBlueReferenceColorsLight.warning20 // Warning Base 20 - if used as a background, please use Warning Base 100-60 to meet accessibility guidelines. val warningBase30 get() = SalesforceLightningBlueReferenceColorsLight.warning30 // Warning Base 30 - if used as a background, please use Warning Base 100-70 to meet accessibility guidelines. val warningBase40 get() = SalesforceLightningBlueReferenceColorsLight.warning40 // Warning Base 40 - if used as a background, please use Warning Base 100-80 to meet accessibility guidelines. val warningBase50 get() = SalesforceLightningBlueReferenceColorsLight.warning50 // Warning Base 50 - if used as a background, please use Warning Base 100-90 to meet accessibility guidelines. val warningBase60 get() = SalesforceLightningBlueReferenceColorsLight.warning60 // Warning Base 60 - if used as a background, please use Warning Base 20-10 to meet accessibility guidelines. val warningBase65 get() = SalesforceLightningBlueReferenceColorsLight.warning65 // Warning Base 65 - if used as a background, please use Warning Base 20-10 to meet accessibility guidelines. val warningBase70 get() = SalesforceLightningBlueReferenceColorsLight.warning70 // Warning Base 70 - if used as a background, please use Warning Base 30-10 to meet accessibility guidelines. val warningBase80 get() = SalesforceLightningBlueReferenceColorsLight.warning80 // Warning Base 80 - if used as a background, please use Warning Base 40-10 to meet accessibility guidelines. val warningBase90 get() = SalesforceLightningBlueReferenceColorsLight.warning90 // Warning Base 90 - if used as a background, please use Warning Base 50-10 to meet accessibility guidelines. val warningBase95 get() = SalesforceLightningBlueReferenceColorsLight.warning95 // Warning Base 95 - if used as a background, please use Warning Base 50-10 to meet accessibility guidelines. @Deprecated("Warning Base 100 - if used as a background, please use Warning Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val warningBase100 = Color(0xFFFFFFFF) // Warning Base 100 - if used as a background, please use Warning Base 60-10 to meet accessibility guidelines. val successBase10 get() = SalesforceLightningBlueReferenceColorsLight.success10 // Success Base 10 - if used as a background, please use Success Base 100-50 to meet accessibility guidelines. val successBase15 get() = SalesforceLightningBlueReferenceColorsLight.success15 // Success Base 15 - if used as a background, please use Success Base 100-65 to meet accessibility guidelines. val successBase20 get() = SalesforceLightningBlueReferenceColorsLight.success20 // Success Base 20 - if used as a background, please use Success Base 100-60 to meet accessibility guidelines. val successBase30 get() = SalesforceLightningBlueReferenceColorsLight.success30 // Success Base 30 - if used as a background, please use Success Base 100-70 to meet accessibility guidelines. val successBase40 get() = SalesforceLightningBlueReferenceColorsLight.success40 // Success Base 40 - if used as a background, please use Success Base 100-80 to meet accessibility guidelines. val successBase50 get() = SalesforceLightningBlueReferenceColorsLight.success50 // Success Base 50 - if used as a background, please use Success Base 100-90 to meet accessibility guidelines. val successBase60 get() = SalesforceLightningBlueReferenceColorsLight.success60 // Success Base 60 - if used as a background, please use Success Base 20-10 to meet accessibility guidelines. val successBase65 get() = SalesforceLightningBlueReferenceColorsLight.success65 // Success Base 65 - if used as a background, please use Success Base 20-10 to meet accessibility guidelines. val successBase70 get() = SalesforceLightningBlueReferenceColorsLight.success70 // Success Base 70 - if used as a background, please use Success Base 30-10 to meet accessibility guidelines. val successBase80 get() = SalesforceLightningBlueReferenceColorsLight.success80 // Success Base 80 - if used as a background, please use Success Base 40-10 to meet accessibility guidelines. val successBase90 get() = SalesforceLightningBlueReferenceColorsLight.success90 // Success Base 90 - if used as a background, please use Success Base 50-10 to meet accessibility guidelines. val successBase95 get() = SalesforceLightningBlueReferenceColorsLight.success95 // Success Base 95 - if used as a background, please use Success Base 50-10 to meet accessibility guidelines. @Deprecated("Success Base 100 - if used as a background, please use Success Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val successBase100 = Color(0xFFFFFFFF) // Success Base 100 - if used as a background, please use Success Base 60-10 to meet accessibility guidelines. val infoBase10 get() = SalesforceLightningBlueReferenceColorsLight.info10 // Info Base 10 - if used as a background, please use Info Base 100-65 to meet accessibility guidelines. val infoBase15 get() = SalesforceLightningBlueReferenceColorsLight.info15 // Info Base 15 - if used as a background, please use Info Base 100-65 to meet accessibility guidelines. val infoBase20 get() = SalesforceLightningBlueReferenceColorsLight.info20 // Info Base 20 - if used as a background, please use Info Base 100-70 to meet accessibility guidelines. val infoBase30 get() = SalesforceLightningBlueReferenceColorsLight.info30 // Info Base 30 - if used as a background, please use Info Base 100-80 to meet accessibility guidelines. val infoBase35 get() = SalesforceLightningBlueReferenceColorsLight.info35 // Info Base 35 - if used as a background, please use Info Base 100-80 to meet accessibility guidelines. val infoBase40 get() = SalesforceLightningBlueReferenceColorsLight.info40 // Info Base 40 - if used as a background, please use Info Base 100-90 to meet accessibility guidelines. val infoBase50 get() = SalesforceLightningBlueReferenceColorsLight.info50 // Info Base 50 - if used as a background, please use Info Base 100-95 to meet accessibility guidelines. val infoBase60 get() = SalesforceLightningBlueReferenceColorsLight.info60 // Info Base 60 - if used as a background, please use Info Base 100 to meet accessibility guidelines. val infoBase65 get() = SalesforceLightningBlueReferenceColorsLight.info65 // Info Base 65 - if used as a background, please use Info Base 15-10 to meet accessibility guidelines. val infoBase70 get() = SalesforceLightningBlueReferenceColorsLight.info70 // Info Base 70 - if used as a background, please use Info Base 20-10 to meet accessibility guidelines. val infoBase80 get() = SalesforceLightningBlueReferenceColorsLight.info80 // Info Base 80 - if used as a background, please use Info Base 30-10 to meet accessibility guidelines. val infoBase90 get() = SalesforceLightningBlueReferenceColorsLight.info90 // Info Base 90 - if used as a background, please use Info Base 40-10 to meet accessibility guidelines. val infoBase95 get() = SalesforceLightningBlueReferenceColorsLight.info95 // Info Base 95 - if used as a background, please use Info Base 50-10 to meet accessibility guidelines. @Deprecated("Info Base 100 - if used as a background, please use Info Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val infoBase100 = Color(0xFFFFFFFF) // Info Base 100 - if used as a background, please use Info Base 60-10 to meet accessibility guidelines. val neutralBase0 = Color(0xFF000000) // Neutral Base 0 - if used as a background, please use Neutral Base 100-50 to meet accessibility guidelines. val neutralBase10 = Color(0xFF181818) // Neutral Base 10 - if used as a background, please use Neutral Base 100-65 to meet accessibility guidelines. val neutralBase15 = Color(0xFF242424) // Neutral Base 15 - if used as a background, please use Neutral Base 100-65 to meet accessibility guidelines. val neutralBase20 = Color(0xFF2E2E2E) // Neutral Base 20 - if used as a background, please use Neutral Base 100-70 to meet accessibility guidelines. val neutralBase30 = Color(0xFF444444) // Neutral Base 30 - if used as a background, please use Neutral Base 100-80 to meet accessibility guidelines. val neutralBase40 = Color(0xFF5C5C5C) // Neutral Base 40 - if used as a background, please use Neutral Base 100-90 to meet accessibility guidelines. val neutralBase50 = Color(0xFF757575) // Neutral Base 50 - if used as a background, please use Neutral Base 100-95 to meet accessibility guidelines. val neutralBase60 = Color(0xFF939393) // Neutral Base 60 - if used as a background, please use Neutral Base 100 to meet accessibility guidelines. val neutralBase65 = Color(0xFFA0A0A0) // Neutral Base 65 - if used as a background, please use Neutral Base 15-10 to meet accessibility guidelines. val neutralBase70 = Color(0xFFAEAEAE) // Neutral Base 70 - if used as a background, please use Neutral Base 20-10 to meet accessibility guidelines. val neutralBase80 = Color(0xFFC9C9C9) // Neutral Base 80 - if used as a background, please use Neutral Base 30-10 to meet accessibility guidelines. val neutralBase90 = Color(0xFFE5E5E5) // Neutral Base 90 - if used as a background, please use Neutral Base 40-10 to meet accessibility guidelines. val neutralBase95 = Color(0xFFF3F3F3) // Neutral Base 95 - if used as a background, please use Neutral Base 50-10 to meet accessibility guidelines. val neutralBase100 = Color(0xFFFFFFFF) // Neutral Base 100 - if used as a background, please use Neutral Base 60-10 to meet accessibility guidelines. val brandBase10 get() = SalesforceLightningBlueReferenceColorsLight.brand10 // Brand Base 10 - if used as a background, please use Brand Base 100-65 to meet accessibility guidelines. val brandBase15 get() = SalesforceLightningBlueReferenceColorsLight.brand15 // Brand Base 15 - if used as a background, please use Brand Base 100-65 to meet accessibility guidelines. val brandBase20 get() = SalesforceLightningBlueReferenceColorsLight.brand20 // Brand Base 20 - if used as a background, please use Brand Base 100-70 to meet accessibility guidelines. val brandBase30 get() = SalesforceLightningBlueReferenceColorsLight.brand30 // Brand Base 30 - if used as a background, please use Brand Base 100-80 to meet accessibility guidelines. val brandBase40 get() = SalesforceLightningBlueReferenceColorsLight.brand40 // Brand Base 40 - if used as a background, please use Brand Base 100-90 to meet accessibility guidelines. val brandBase45 get() = SalesforceLightningBlueReferenceColorsLight.brand45 // Brand Base 45 - if used as a background, please use Brand Base 100-90 to meet accessibility guidelines. val brandBase50 get() = SalesforceLightningBlueReferenceColorsLight.brand50 // Brand Base 50 - if used as a background, please use Brand Base 100-95 to meet accessibility guidelines. val brandBase55 get() = SalesforceLightningBlueReferenceColorsLight.brand55 // Brand Base 55 - if used as a background, please use Brand Base 100-95 to meet accessibility guidelines. val brandBase60 get() = SalesforceLightningBlueReferenceColorsLight.brand60 // Brand Base 60 - if used as a background, please use Brand Base 100 to meet accessibility guidelines. val brandBase65 get() = SalesforceLightningBlueReferenceColorsLight.brand65 // Brand Base 65 - if used as a background, please use Brand Base 15-10 to meet accessibility guidelines. val brandBase70 get() = SalesforceLightningBlueReferenceColorsLight.brand70 // Brand Base 70 - if used as a background, please use Brand Base 20-10 to meet accessibility guidelines. val brandBase80 get() = SalesforceLightningBlueReferenceColorsLight.brand80 // Brand Base 80 - if used as a background, please use Brand Base 30-10 to meet accessibility guidelines. val brandBase90 get() = SalesforceLightningBlueReferenceColorsLight.brand90 // Brand Base 90 - if used as a background, please use Brand Base 40-10 to meet accessibility guidelines. val brandBase95 get() = SalesforceLightningBlueReferenceColorsLight.brand95 // Brand Base 95 - if used as a background, please use Brand Base 50-10 to meet accessibility guidelines. @Deprecated("Brand Base 100 - if used as a background, please use Brand Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val brandBase100 = Color(0xFFFFFFFF) // Brand Base 100 - if used as a background, please use Brand Base 60-10 to meet accessibility guidelines. } object SalesforceLightningBlueSystemColorsDark { val errorBase10 get() = SalesforceLightningBlueReferenceColorsDark.error10 // Error Base 10 - if used as a background, please use Error Base 100-50 to meet accessibility guidelines. val errorBase15 get() = SalesforceLightningBlueReferenceColorsDark.error15 // Error Base 15 - if used as a background, please use Error Base 100-65 to meet accessibility guidelines. val errorBase20 get() = SalesforceLightningBlueReferenceColorsDark.error20 // Error Base 20 - if used as a background, please use Error Base 100-60 to meet accessibility guidelines. val errorBase30 get() = SalesforceLightningBlueReferenceColorsDark.error30 // Error Base 30 - if used as a background, please use Error Base 100-70 to meet accessibility guidelines. val errorBase40 get() = SalesforceLightningBlueReferenceColorsDark.error40 // Error Base 40 - if used as a background, please use Error Base 100-80 to meet accessibility guidelines. val errorBase50 get() = SalesforceLightningBlueReferenceColorsDark.error50 // Error Base 50 - if used as a background, please use Error Base 100-90 to meet accessibility guidelines. val errorBase60 get() = SalesforceLightningBlueReferenceColorsDark.error60 // Error Base 60 - if used as a background, please use Error Base 20-10 to meet accessibility guidelines. val errorBase65 get() = SalesforceLightningBlueReferenceColorsDark.error65 // Error Base 65 - if used as a background, please use Error Base 20-10 to meet accessibility guidelines. val errorBase70 get() = SalesforceLightningBlueReferenceColorsDark.error70 // Error Base 70 - if used as a background, please use Error Base 30-10 to meet accessibility guidelines. val errorBase80 get() = SalesforceLightningBlueReferenceColorsDark.error80 // Error Base 80 - if used as a background, please use Error Base 40-10 to meet accessibility guidelines. val errorBase90 get() = SalesforceLightningBlueReferenceColorsDark.error90 // Error Base 90 - if used as a background, please use Error Base 50-10 to meet accessibility guidelines. val errorBase95 get() = SalesforceLightningBlueReferenceColorsDark.error95 // Error Base 95 - if used as a background, please use Error Base 50-10 to meet accessibility guidelines. @Deprecated("Error Base 100 - if used as a background, please use Error Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val errorBase100 = Color(0xFFFFFFFF) // Error Base 100 - if used as a background, please use Error Base 60-10 to meet accessibility guidelines. val warningBase10 get() = SalesforceLightningBlueReferenceColorsDark.warning10 // Warning Base 10 - if used as a background, please use Warning Base 100-50 to meet accessibility guidelines. val warningBase15 get() = SalesforceLightningBlueReferenceColorsDark.warning15 // Warning Base 15 - if used as a background, please use Warning Base 100-50 to meet accessibility guidelines. val warningBase20 get() = SalesforceLightningBlueReferenceColorsDark.warning20 // Warning Base 20 - if used as a background, please use Warning Base 100-60 to meet accessibility guidelines. val warningBase30 get() = SalesforceLightningBlueReferenceColorsDark.warning30 // Warning Base 30 - if used as a background, please use Warning Base 100-70 to meet accessibility guidelines. val warningBase40 get() = SalesforceLightningBlueReferenceColorsDark.warning40 // Warning Base 40 - if used as a background, please use Warning Base 100-80 to meet accessibility guidelines. val warningBase50 get() = SalesforceLightningBlueReferenceColorsDark.warning50 // Warning Base 50 - if used as a background, please use Warning Base 100-90 to meet accessibility guidelines. val warningBase60 get() = SalesforceLightningBlueReferenceColorsDark.warning60 // Warning Base 60 - if used as a background, please use Warning Base 20-10 to meet accessibility guidelines. val warningBase65 get() = SalesforceLightningBlueReferenceColorsDark.warning65 // Warning Base 65 - if used as a background, please use Warning Base 20-10 to meet accessibility guidelines. val warningBase70 get() = SalesforceLightningBlueReferenceColorsDark.warning70 // Warning Base 70 - if used as a background, please use Warning Base 30-10 to meet accessibility guidelines. val warningBase80 get() = SalesforceLightningBlueReferenceColorsDark.warning80 // Warning Base 80 - if used as a background, please use Warning Base 40-10 to meet accessibility guidelines. val warningBase90 get() = SalesforceLightningBlueReferenceColorsDark.warning90 // Warning Base 90 - if used as a background, please use Warning Base 50-10 to meet accessibility guidelines. val warningBase95 get() = SalesforceLightningBlueReferenceColorsDark.warning95 // Warning Base 95 - if used as a background, please use Warning Base 50-10 to meet accessibility guidelines. @Deprecated("Warning Base 100 - if used as a background, please use Warning Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val warningBase100 = Color(0xFFFFFFFF) // Warning Base 100 - if used as a background, please use Warning Base 60-10 to meet accessibility guidelines. val successBase10 get() = SalesforceLightningBlueReferenceColorsDark.success10 // Success Base 10 - if used as a background, please use Success Base 100-50 to meet accessibility guidelines. val successBase15 get() = SalesforceLightningBlueReferenceColorsDark.success15 // Success Base 15 - if used as a background, please use Success Base 100-65 to meet accessibility guidelines. val successBase20 get() = SalesforceLightningBlueReferenceColorsDark.success20 // Success Base 20 - if used as a background, please use Success Base 100-60 to meet accessibility guidelines. val successBase30 get() = SalesforceLightningBlueReferenceColorsDark.success30 // Success Base 30 - if used as a background, please use Success Base 100-70 to meet accessibility guidelines. val successBase40 get() = SalesforceLightningBlueReferenceColorsDark.success40 // Success Base 40 - if used as a background, please use Success Base 100-80 to meet accessibility guidelines. val successBase50 get() = SalesforceLightningBlueReferenceColorsDark.success50 // Success Base 50 - if used as a background, please use Success Base 100-90 to meet accessibility guidelines. val successBase60 get() = SalesforceLightningBlueReferenceColorsDark.success60 // Success Base 60 - if used as a background, please use Success Base 20-10 to meet accessibility guidelines. val successBase65 get() = SalesforceLightningBlueReferenceColorsDark.success65 // Success Base 65 - if used as a background, please use Success Base 20-10 to meet accessibility guidelines. val successBase70 get() = SalesforceLightningBlueReferenceColorsDark.success70 // Success Base 70 - if used as a background, please use Success Base 30-10 to meet accessibility guidelines. val successBase80 get() = SalesforceLightningBlueReferenceColorsDark.success80 // Success Base 80 - if used as a background, please use Success Base 40-10 to meet accessibility guidelines. val successBase90 get() = SalesforceLightningBlueReferenceColorsDark.success90 // Success Base 90 - if used as a background, please use Success Base 50-10 to meet accessibility guidelines. val successBase95 get() = SalesforceLightningBlueReferenceColorsDark.success95 // Success Base 95 - if used as a background, please use Success Base 50-10 to meet accessibility guidelines. @Deprecated("Success Base 100 - if used as a background, please use Success Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val successBase100 = Color(0xFFFFFFFF) // Success Base 100 - if used as a background, please use Success Base 60-10 to meet accessibility guidelines. val infoBase10 get() = SalesforceLightningBlueReferenceColorsDark.info10 // Info Base 10 - if used as a background, please use Info Base 100-65 to meet accessibility guidelines. val infoBase15 get() = SalesforceLightningBlueReferenceColorsDark.info15 // Info Base 15 - if used as a background, please use Info Base 100-65 to meet accessibility guidelines. val infoBase20 get() = SalesforceLightningBlueReferenceColorsDark.info20 // Info Base 20 - if used as a background, please use Info Base 100-70 to meet accessibility guidelines. val infoBase30 get() = SalesforceLightningBlueReferenceColorsDark.info30 // Info Base 30 - if used as a background, please use Info Base 100-80 to meet accessibility guidelines. val infoBase35 get() = SalesforceLightningBlueReferenceColorsDark.info35 // Info Base 35 - if used as a background, please use Info Base 100-80 to meet accessibility guidelines. val infoBase40 get() = SalesforceLightningBlueReferenceColorsDark.info40 // Info Base 40 - if used as a background, please use Info Base 100-90 to meet accessibility guidelines. val infoBase50 get() = SalesforceLightningBlueReferenceColorsDark.info50 // Info Base 50 - if used as a background, please use Info Base 100-95 to meet accessibility guidelines. val infoBase60 get() = SalesforceLightningBlueReferenceColorsDark.info60 // Info Base 60 - if used as a background, please use Info Base 100 to meet accessibility guidelines. val infoBase65 get() = SalesforceLightningBlueReferenceColorsDark.info65 // Info Base 65 - if used as a background, please use Info Base 15-10 to meet accessibility guidelines. val infoBase70 get() = SalesforceLightningBlueReferenceColorsDark.info70 // Info Base 70 - if used as a background, please use Info Base 20-10 to meet accessibility guidelines. val infoBase80 get() = SalesforceLightningBlueReferenceColorsDark.info80 // Info Base 80 - if used as a background, please use Info Base 30-10 to meet accessibility guidelines. val infoBase90 get() = SalesforceLightningBlueReferenceColorsDark.info90 // Info Base 90 - if used as a background, please use Info Base 40-10 to meet accessibility guidelines. val infoBase95 get() = SalesforceLightningBlueReferenceColorsDark.info95 // Info Base 95 - if used as a background, please use Info Base 50-10 to meet accessibility guidelines. @Deprecated("Info Base 100 - if used as a background, please use Info Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val infoBase100 = Color(0xFFFFFFFF) // Info Base 100 - if used as a background, please use Info Base 60-10 to meet accessibility guidelines. val neutralBase0 = Color(0xFF000000) // Neutral Base 0 - if used as a background, please use Neutral Base 100-50 to meet accessibility guidelines. val neutralBase10 = Color(0xFF181818) // Neutral Base 10 - if used as a background, please use Neutral Base 100-65 to meet accessibility guidelines. val neutralBase15 = Color(0xFF242424) // Neutral Base 15 - if used as a background, please use Neutral Base 100-65 to meet accessibility guidelines. val neutralBase20 = Color(0xFF2E2E2E) // Neutral Base 20 - if used as a background, please use Neutral Base 100-70 to meet accessibility guidelines. val neutralBase30 = Color(0xFF444444) // Neutral Base 30 - if used as a background, please use Neutral Base 100-80 to meet accessibility guidelines. val neutralBase40 = Color(0xFF5C5C5C) // Neutral Base 40 - if used as a background, please use Neutral Base 100-90 to meet accessibility guidelines. val neutralBase50 = Color(0xFF757575) // Neutral Base 50 - if used as a background, please use Neutral Base 100-95 to meet accessibility guidelines. val neutralBase60 = Color(0xFF939393) // Neutral Base 60 - if used as a background, please use Neutral Base 100 to meet accessibility guidelines. val neutralBase65 = Color(0xFFA0A0A0) // Neutral Base 65 - if used as a background, please use Neutral Base 15-10 to meet accessibility guidelines. val neutralBase70 = Color(0xFFAEAEAE) // Neutral Base 70 - if used as a background, please use Neutral Base 20-10 to meet accessibility guidelines. val neutralBase80 = Color(0xFFC9C9C9) // Neutral Base 80 - if used as a background, please use Neutral Base 30-10 to meet accessibility guidelines. val neutralBase90 = Color(0xFFE5E5E5) // Neutral Base 90 - if used as a background, please use Neutral Base 40-10 to meet accessibility guidelines. val neutralBase95 = Color(0xFFF3F3F3) // Neutral Base 95 - if used as a background, please use Neutral Base 50-10 to meet accessibility guidelines. val neutralBase100 = Color(0xFFFFFFFF) // Neutral Base 100 - if used as a background, please use Neutral Base 60-10 to meet accessibility guidelines. val brandBase10 get() = SalesforceLightningBlueReferenceColorsDark.brand10 // Brand Base 10 - if used as a background, please use Brand Base 100-65 to meet accessibility guidelines. val brandBase15 get() = SalesforceLightningBlueReferenceColorsDark.brand15 // Brand Base 15 - if used as a background, please use Brand Base 100-65 to meet accessibility guidelines. val brandBase20 get() = SalesforceLightningBlueReferenceColorsDark.brand20 // Brand Base 20 - if used as a background, please use Brand Base 100-70 to meet accessibility guidelines. val brandBase30 get() = SalesforceLightningBlueReferenceColorsDark.brand30 // Brand Base 30 - if used as a background, please use Brand Base 100-80 to meet accessibility guidelines. val brandBase40 get() = SalesforceLightningBlueReferenceColorsDark.brand40 // Brand Base 40 - if used as a background, please use Brand Base 100-90 to meet accessibility guidelines. val brandBase45 get() = SalesforceLightningBlueReferenceColorsDark.brand45 // Brand Base 45 - if used as a background, please use Brand Base 100-90 to meet accessibility guidelines. val brandBase50 get() = SalesforceLightningBlueReferenceColorsDark.brand50 // Brand Base 50 - if used as a background, please use Brand Base 100-95 to meet accessibility guidelines. val brandBase55 get() = SalesforceLightningBlueReferenceColorsDark.brand55 // Brand Base 55 - if used as a background, please use Brand Base 100-95 to meet accessibility guidelines. val brandBase60 get() = SalesforceLightningBlueReferenceColorsDark.brand60 // Brand Base 60 - if used as a background, please use Brand Base 100 to meet accessibility guidelines. val brandBase65 get() = SalesforceLightningBlueReferenceColorsDark.brand65 // Brand Base 65 - if used as a background, please use Brand Base 15-10 to meet accessibility guidelines. val brandBase70 get() = SalesforceLightningBlueReferenceColorsDark.brand70 // Brand Base 70 - if used as a background, please use Brand Base 20-10 to meet accessibility guidelines. val brandBase80 get() = SalesforceLightningBlueReferenceColorsDark.brand80 // Brand Base 80 - if used as a background, please use Brand Base 30-10 to meet accessibility guidelines. val brandBase90 get() = SalesforceLightningBlueReferenceColorsDark.brand90 // Brand Base 90 - if used as a background, please use Brand Base 40-10 to meet accessibility guidelines. val brandBase95 get() = SalesforceLightningBlueReferenceColorsDark.brand95 // Brand Base 95 - if used as a background, please use Brand Base 50-10 to meet accessibility guidelines. @Deprecated("Brand Base 100 - if used as a background, please use Brand Base 60-10 to meet accessibility guidelines.", replaceWith = ReplaceWith("slds.g.color.neutral.base.100")) val brandBase100 = Color(0xFFFFFFFF) // Brand Base 100 - if used as a background, please use Brand Base 60-10 to meet accessibility guidelines. } // ============================================================================ // REFERENCE COLORS // ============================================================================ object SalesforceLightningBlueReferenceColorsLight { val brand5 = Color(0xFF000310) val brand10 = Color(0xFF001639) val brand15 = Color(0xFF03234D) val brand20 = Color(0xFF032D60) val brand30 = Color(0xFF014486) val brand35 = Color(0xFF044F98) val brand40 = Color(0xFF0B5CAB) val brand45 = Color(0xFF0469C1) val brand50 = Color(0xFF0176D3) val brand55 = Color(0xFF0684EF) val brand60 = Color(0xFF1B96FF) val brand65 = Color(0xFF57A3FD) val brand70 = Color(0xFF78B0FD) val brand80 = Color(0xFFAACBFF) val brand85 = Color(0xFFC2D8FF) val brand90 = Color(0xFFD8E6FE) val brand95 = Color(0xFFEEF4FF) val info5 = Color(0xFF020202) val info10 = Color(0xFF181818) val info15 = Color(0xFF242424) val info20 = Color(0xFF2E2E2E) val info30 = Color(0xFF444444) val info35 = Color(0xFF515151) val info40 = Color(0xFF5C5C5C) val info45 = Color(0xFF696969) val info50 = Color(0xFF757575) val info55 = Color(0xFF848484) val info60 = Color(0xFF939393) val info65 = Color(0xFFA0A0A0) val info70 = Color(0xFFAEAEAE) val info80 = Color(0xFFC9C9C9) val info85 = Color(0xFFD7D7D7) val info90 = Color(0xFFE5E5E5) val info95 = Color(0xFFF3F3F3) val success5 = Color(0xFF010502) val success10 = Color(0xFF071B12) val success15 = Color(0xFF0C2912) val success20 = Color(0xFF143B25) val success30 = Color(0xFF194E31) val success35 = Color(0xFF1E5C39) val success40 = Color(0xFF396547) val success45 = Color(0xFF287644) val success50 = Color(0xFF2E844A) val success55 = Color(0xFF359650) val success60 = Color(0xFF3BA755) val success65 = Color(0xFF41B658) val success70 = Color(0xFF45C65A) val success80 = Color(0xFF91DB8B) val success85 = Color(0xFFAEE4A9) val success90 = Color(0xFFCDEFC4) val success95 = Color(0xFFEBF7E6) val error5 = Color(0xFF0C0200) val error10 = Color(0xFF300C01) val error15 = Color(0xFF4A0C04) val error20 = Color(0xFF640103) val error30 = Color(0xFF8E030F) val error35 = Color(0xFFA40413) val error40 = Color(0xFFBA0517) val error45 = Color(0xFFD2031B) val error50 = Color(0xFFEA001E) val error55 = Color(0xFFF42E35) val error60 = Color(0xFFFE5C4C) val error65 = Color(0xFFFE7765) val error70 = Color(0xFFFE8F7D) val error80 = Color(0xFFFEB8AB) val error85 = Color(0xFFFECCC3) val error90 = Color(0xFFFEDED8) val error95 = Color(0xFFFEF1EE) val warning5 = Color(0xFF060300) val warning10 = Color(0xFF201600) val warning15 = Color(0xFF2E2204) val warning20 = Color(0xFF3E2B02) val warning30 = Color(0xFF5F3E02) val warning35 = Color(0xFF704801) val warning40 = Color(0xFF825101) val warning45 = Color(0xFF965B03) val warning50 = Color(0xFFA96404) val warning55 = Color(0xFFBF6D03) val warning60 = Color(0xFFDD7A01) val warning65 = Color(0xFFF38303) val warning70 = Color(0xFFFE9339) val warning80 = Color(0xFFFFBA90) val warning85 = Color(0xFFFFCCAD) val warning90 = Color(0xFFFEDFD0) val warning95 = Color(0xFFFFF1EA) } object SalesforceLightningBlueReferenceColorsDark { val brand5 = Color(0xFF000310) val brand10 = Color(0xFF001639) val brand15 = Color(0xFF03234D) val brand20 = Color(0xFF032D60) val brand30 = Color(0xFF014486) val brand35 = Color(0xFF044F98) val brand40 = Color(0xFF0B5CAB) val brand45 = Color(0xFF0469C1) val brand50 = Color(0xFF0176D3) val brand55 = Color(0xFF0684EF) val brand60 = Color(0xFF1B96FF) val brand65 = Color(0xFF57A3FD) val brand70 = Color(0xFF78B0FD) val brand80 = Color(0xFFAACBFF) val brand85 = Color(0xFFC2D8FF) val brand90 = Color(0xFFD8E6FE) val brand95 = Color(0xFFEEF4FF) val info5 = Color(0xFF020202) val info10 = Color(0xFF181818) val info15 = Color(0xFF242424) val info20 = Color(0xFF2E2E2E) val info30 = Color(0xFF444444) val info35 = Color(0xFF515151) val info40 = Color(0xFF5C5C5C) val info45 = Color(0xFF696969) val info50 = Color(0xFF757575) val info55 = Color(0xFF848484) val info60 = Color(0xFF939393) val info65 = Color(0xFFA0A0A0) val info70 = Color(0xFFAEAEAE) val info80 = Color(0xFFC9C9C9) val info85 = Color(0xFFD7D7D7) val info90 = Color(0xFFE5E5E5) val info95 = Color(0xFFF3F3F3) val success5 = Color(0xFF010502) val success10 = Color(0xFF071B12) val success15 = Color(0xFF0C2912) val success20 = Color(0xFF143B25) val success30 = Color(0xFF194E31) val success35 = Color(0xFF1E5C39) val success40 = Color(0xFF396547) val success45 = Color(0xFF287644) val success50 = Color(0xFF2E844A) val success55 = Color(0xFF359650) val success60 = Color(0xFF3BA755) val success65 = Color(0xFF41B658) val success70 = Color(0xFF45C65A) val success80 = Color(0xFF91DB8B) val success85 = Color(0xFFAEE4A9) val success90 = Color(0xFFCDEFC4) val success95 = Color(0xFFEBF7E6) val error5 = Color(0xFF0C0200) val error10 = Color(0xFF300C01) val error15 = Color(0xFF4A0C04) val error20 = Color(0xFF640103) val error30 = Color(0xFF8E030F) val error35 = Color(0xFFA40413) val error40 = Color(0xFFBA0517) val error45 = Color(0xFFD2031B) val error50 = Color(0xFFEA001E) val error55 = Color(0xFFF42E35) val error60 = Color(0xFFFE5C4C) val error65 = Color(0xFFFE7765) val error70 = Color(0xFFFE8F7D) val error80 = Color(0xFFFEB8AB) val error85 = Color(0xFFFECCC3) val error90 = Color(0xFFFEDED8) val error95 = Color(0xFFFEF1EE) val warning5 = Color(0xFF060300) val warning10 = Color(0xFF201600) val warning15 = Color(0xFF2E2204) val warning20 = Color(0xFF3E2B02) val warning30 = Color(0xFF5F3E02) val warning35 = Color(0xFF704801) val warning40 = Color(0xFF825101) val warning45 = Color(0xFF965B03) val warning50 = Color(0xFFA96404) val warning55 = Color(0xFFBF6D03) val warning60 = Color(0xFFDD7A01) val warning65 = Color(0xFFF38303) val warning70 = Color(0xFFFE9339) val warning80 = Color(0xFFFFBA90) val warning85 = Color(0xFFFFCCAD) val warning90 = Color(0xFFFEDFD0) val warning95 = Color(0xFFFFF1EA) } // ============================================================================ // SEMANTIC COLORS // ============================================================================ object SalesforceLightningBlueSemanticColorsLight { val border1 get() = SalesforceLightningBlueSystemColorsLight.neutralBase80 // Neutral border color for UI elements. val border2 get() = SalesforceLightningBlueSystemColorsLight.neutralBase50 // Neutral border color for UI elements. val borderAccent1 get() = SalesforceLightningBlueReferenceColorsLight.brand50 // Brand border color for UI elements. val borderAccent2 get() = SalesforceLightningBlueReferenceColorsLight.brand40 // Alternate brand border color for UI elements. val borderAccent3 get() = SalesforceLightningBlueReferenceColorsLight.brand30 // Alternate brand border color for UI elements. val borderError1 get() = SalesforceLightningBlueReferenceColorsLight.error40 // Border color for elements denoting an error. This is the lightest value of the error border ranges. val borderError2 get() = SalesforceLightningBlueReferenceColorsLight.error30 // Border color for elements denoting an error. This is one step darker than border-error-1. val borderWarning1 get() = SalesforceLightningBlueReferenceColorsLight.warning60 // Border color for elements denoting an warning. This is the lightest value of the warning border ranges. val borderSuccess1 get() = SalesforceLightningBlueReferenceColorsLight.success50 // Border color for elements denoting an success. This is the lightest value of the success border ranges. val borderSuccess2 get() = SalesforceLightningBlueReferenceColorsLight.success40 // Border color for elements denoting an success. This is one step darker than color-border-success-1. val borderInverse1 = Color(0xFFF3F3F3) // Border color for UI elements that sit on top of or with a inversed surface color. This is the lightest value of the inversed border colors. val borderInverse2 = Color(0xFF032D60) // Border color for UI elements that sit on top of or with a inversed surface color. This is one step darker than surface-1. val borderDisabled1 = Color(0xFFC9C9C9) // Border color for disabled UI elements. This is the lightest value of the disabled ranges. val borderDisabled2 = Color(0xFFAEAEAE) // Border color for disabled UI elements. This is one step darker than disabled-border-1. val surface1 = Color(0xFFFFFFFF) // Neutral surface color for UI elements. This is the lightest value of the surface ranges. val surface2 = Color(0xFFF3F3F3) // Neutral surface color for UI elements. This is one step darker than surface-1. val surface3 = Color(0xFFE5E5E5) // Neutral surface color for UI elements. This is one step darker than surface-2. val surfaceContainer1 = Color(0xFFFFFFFF) // Neutral surface container color for UI elements. This sits on top of a surface. This is the lightest value of the surface container ranges. val surfaceContainer2 = Color(0xFFF3F3F3) // Neutral surface container color for UI elements. This sits on top of a surface. This is one step darker than surface-container-1. val surfaceContainer3 = Color(0xFFE5E5E5) // Neutral surface container color for UI elements. This sits on top of a surface. This is one step darker than surface-container-2. val surfaceContainerInverse1 = Color(0xFF032D60) // Reversed color of neutral surface color, used selectively to create a contrasting effect. This is the lightest value of the surface inverse ranges. val surfaceContainerInverse2 = Color(0xFF001639) // Reversed color of neutral surface color, used selectively to create a contrasting effect. This is 1 step darker than surface-container-inverse-1. val surfaceInverse1 = Color(0xFF032D60) // Reversed color of neutral surface color, used selectively to create a contrasting effect. This is the lightest value of the surface inverse ranges. val surfaceInverse2 = Color(0xFF001639) // Reversed color of neutral surface color, used selectively to create a contrasting effect. This is 1 step darker than surface-inverse-1. val onSurface1 = Color(0xFF757575) // Text/icon color that sits on top of a neutral surface color for UI elements. This is the lightest value of the on surface ranges. val onSurface2 = Color(0xFF2E2E2E) // Text/icon color that sits on top of a neutral surface color for UI elements. This is one step darker than on-surface-1. val onSurface3 = Color(0xFF181818) // Text/icon color that sits on top of a neutral surface color for UI elements. This is one step darker than on-surface-2. val onSurfaceInverse1 = Color(0xFFFFFFFF) // Text/icon color that sits on top of a inversed surface color for UI elements. This is the lightest value of the on inversed surface ranges. val onSurfaceInverse2 = Color(0xFFAEAEAE) // Text/icon color that sits on top of a inversed surface color for UI elements. This is one step darker than on-surface-inverse-1. val onAccent1 get() = SalesforceLightningBlueSystemColorsLight.neutralBase100 // Text/icon color that sits on top of a brand accent color for UI elements. This is the lightest value of the accent ranges. val onAccent2 get() = SalesforceLightningBlueSystemColorsLight.neutralBase100 // Text/icon color that sits on top of a brand accent color for UI elements. This is the lightest value of the accent ranges. val onAccent3 get() = SalesforceLightningBlueSystemColorsLight.neutralBase100 // Text/icon color that sits on top of a brand accent color for UI elements. This is the lightest value of the accent ranges. val onError1 = Color(0xFFFFFFFF) // Text/icon color that sits on top of an error color for UI elements. val onError2 = Color(0xFFFFFFFF) // Text/icon color that sits on top of an error color for UI elements. val onWarning1 = Color(0xFF181818) // Text/icon color that sits on top of an warning color for UI elements. val onSuccess1 = Color(0xFFFFFFFF) // Text/icon color that sits on top of a success accent color for UI elements. This is the lightest value of the success ranges. val onSuccess2 = Color(0xFF181818) // Text/icon color that sits on top of a success accent color for UI elements. This is one step darker than on-success-1. val onInfo1 = Color(0xFFFFFFFF) // Text/icon color that sits on top of an info color for UI elements. val onDisabled1 = Color(0xFFC9C9C9) // Text/icon color that sits on top of an disabled color for UI elements. This is the base disabled text color value. val onDisabled2 = Color(0xFF939393) // Text/icon color that sits on top of an disabled color for UI elements. This is the alt disabled text color value. val accent3 get() = SalesforceLightningBlueReferenceColorsLight.brand40 // Brand accent color for UI elements. This is one step darker than accent-2. This accent should not have any text/icon on top of it. val accentContainer3 get() = SalesforceLightningBlueReferenceColorsLight.brand30 // Brand accent color for UI elements contain text/icon. This is one step darker than accent-container-2. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-accent-1. val error1 get() = SalesforceLightningBlueReferenceColorsLight.error40 // Accent color denoting an error for UI elements. This is the lightest value of the error ranges. val errorContainer1 get() = SalesforceLightningBlueReferenceColorsLight.error40 // Error accent color for UI elements containing a text or icon. This is the lightest value of the error container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-error-1. val errorContainer2 get() = SalesforceLightningBlueReferenceColorsLight.error30 // Brand accent color for UI elements contain text/icon. This is one step darker than error-container-1. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-accent-1. val warning1 get() = SalesforceLightningBlueReferenceColorsLight.warning40 // Accent color denoting an warning for UI elements. This is the lightest value of the warning ranges. val warningContainer1 get() = SalesforceLightningBlueReferenceColorsLight.warning60 // Warning accent color for UI elements containing a text or icon. This is the lightest value of the warning container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-warning-1. val success1 get() = SalesforceLightningBlueReferenceColorsLight.success50 // Accent color denoting an success for UI elements. This is the lightest value of the success ranges. val successContainer1 get() = SalesforceLightningBlueReferenceColorsLight.success50 // success accent color for UI elements containing a text or icon. This is the lightest value of the success container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-success-1. val successContainer2 get() = SalesforceLightningBlueReferenceColorsLight.success30 // success accent color for UI elements containing a text or icon. This is one step darker than success-container-1. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-success-1. val info1 get() = SalesforceLightningBlueReferenceColorsLight.info30 // Accent color denoting an info for UI elements. This is the lightest value of the info ranges. val infoContainer1 get() = SalesforceLightningBlueReferenceColorsLight.info40 // Info accent color for UI elements containing a text or icon. This is the lightest value of the info container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-info-1. val disabled1 = Color(0xFFC9C9C9) // Color denoting disabled UI elements. This is the lightest value of the disabled ranges. val disabled2 = Color(0xFFAEAEAE) // Color denoting disabled UI elements. This is one step darker than disabled-1. val disabledContainer1 = Color(0xFFFFFFFF) // Disabled color for UI elements containing a text or icon. This is the lightest value of the disabled container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-disabled-1. val disabledContainer2 = Color(0xFFC9C9C9) // Disabled color for UI elements containing a text or icon. This is two steps darker than disabled-container-1. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-disabled-1. } object SalesforceLightningBlueSemanticColorsDark { val border1 get() = SalesforceLightningBlueSystemColorsDark.neutralBase80 // Neutral border color for UI elements. val border2 get() = SalesforceLightningBlueSystemColorsDark.neutralBase50 // Neutral border color for UI elements. val borderAccent1 get() = SalesforceLightningBlueReferenceColorsDark.brand50 // Brand border color for UI elements. val borderAccent2 get() = SalesforceLightningBlueReferenceColorsDark.brand40 // Alternate brand border color for UI elements. val borderAccent3 get() = SalesforceLightningBlueReferenceColorsDark.brand30 // Alternate brand border color for UI elements. val borderError1 get() = SalesforceLightningBlueReferenceColorsDark.error40 // Border color for elements denoting an error. This is the lightest value of the error border ranges. val borderError2 get() = SalesforceLightningBlueReferenceColorsDark.error30 // Border color for elements denoting an error. This is one step darker than border-error-1. val borderWarning1 get() = SalesforceLightningBlueReferenceColorsDark.warning60 // Border color for elements denoting an warning. This is the lightest value of the warning border ranges. val borderSuccess1 get() = SalesforceLightningBlueReferenceColorsDark.success50 // Border color for elements denoting an success. This is the lightest value of the success border ranges. val borderSuccess2 get() = SalesforceLightningBlueReferenceColorsDark.success40 // Border color for elements denoting an success. This is one step darker than color-border-success-1. val borderInverse1 = Color(0xFFF3F3F3) // Border color for UI elements that sit on top of or with a inversed surface color. This is the lightest value of the inversed border colors. val borderInverse2 = Color(0xFF032D60) // Border color for UI elements that sit on top of or with a inversed surface color. This is one step darker than surface-1. val borderDisabled1 = Color(0xFFC9C9C9) // Border color for disabled UI elements. This is the lightest value of the disabled ranges. val borderDisabled2 = Color(0xFFAEAEAE) // Border color for disabled UI elements. This is one step darker than disabled-border-1. val surface1 = Color(0xFFFFFFFF) // Neutral surface color for UI elements. This is the lightest value of the surface ranges. val surface2 = Color(0xFFF3F3F3) // Neutral surface color for UI elements. This is one step darker than surface-1. val surface3 = Color(0xFFE5E5E5) // Neutral surface color for UI elements. This is one step darker than surface-2. val surfaceContainer1 = Color(0xFFFFFFFF) // Neutral surface container color for UI elements. This sits on top of a surface. This is the lightest value of the surface container ranges. val surfaceContainer2 = Color(0xFFF3F3F3) // Neutral surface container color for UI elements. This sits on top of a surface. This is one step darker than surface-container-1. val surfaceContainer3 = Color(0xFFE5E5E5) // Neutral surface container color for UI elements. This sits on top of a surface. This is one step darker than surface-container-2. val surfaceContainerInverse1 = Color(0xFF032D60) // Reversed color of neutral surface color, used selectively to create a contrasting effect. This is the lightest value of the surface inverse ranges. val surfaceContainerInverse2 = Color(0xFF001639) // Reversed color of neutral surface color, used selectively to create a contrasting effect. This is 1 step darker than surface-container-inverse-1. val surfaceInverse1 = Color(0xFF032D60) // Reversed color of neutral surface color, used selectively to create a contrasting effect. This is the lightest value of the surface inverse ranges. val surfaceInverse2 = Color(0xFF001639) // Reversed color of neutral surface color, used selectively to create a contrasting effect. This is 1 step darker than surface-inverse-1. val onSurface1 = Color(0xFF757575) // Text/icon color that sits on top of a neutral surface color for UI elements. This is the lightest value of the on surface ranges. val onSurface2 = Color(0xFF2E2E2E) // Text/icon color that sits on top of a neutral surface color for UI elements. This is one step darker than on-surface-1. val onSurface3 = Color(0xFF181818) // Text/icon color that sits on top of a neutral surface color for UI elements. This is one step darker than on-surface-2. val onSurfaceInverse1 = Color(0xFFFFFFFF) // Text/icon color that sits on top of a inversed surface color for UI elements. This is the lightest value of the on inversed surface ranges. val onSurfaceInverse2 = Color(0xFFAEAEAE) // Text/icon color that sits on top of a inversed surface color for UI elements. This is one step darker than on-surface-inverse-1. val onAccent1 get() = SalesforceLightningBlueSystemColorsDark.neutralBase100 // Text/icon color that sits on top of a brand accent color for UI elements. This is the lightest value of the accent ranges. val onAccent2 get() = SalesforceLightningBlueSystemColorsDark.neutralBase100 // Text/icon color that sits on top of a brand accent color for UI elements. This is the lightest value of the accent ranges. val onAccent3 get() = SalesforceLightningBlueSystemColorsDark.neutralBase100 // Text/icon color that sits on top of a brand accent color for UI elements. This is the lightest value of the accent ranges. val onError1 = Color(0xFFFFFFFF) // Text/icon color that sits on top of an error color for UI elements. val onError2 = Color(0xFFFFFFFF) // Text/icon color that sits on top of an error color for UI elements. val onWarning1 = Color(0xFF181818) // Text/icon color that sits on top of an warning color for UI elements. val onSuccess1 = Color(0xFFFFFFFF) // Text/icon color that sits on top of a success accent color for UI elements. This is the lightest value of the success ranges. val onSuccess2 = Color(0xFF181818) // Text/icon color that sits on top of a success accent color for UI elements. This is one step darker than on-success-1. val onInfo1 = Color(0xFFFFFFFF) // Text/icon color that sits on top of an info color for UI elements. val onDisabled1 = Color(0xFFC9C9C9) // Text/icon color that sits on top of an disabled color for UI elements. This is the base disabled text color value. val onDisabled2 = Color(0xFF939393) // Text/icon color that sits on top of an disabled color for UI elements. This is the alt disabled text color value. val accent3 get() = SalesforceLightningBlueReferenceColorsDark.brand40 // Brand accent color for UI elements. This is one step darker than accent-2. This accent should not have any text/icon on top of it. val accentContainer3 get() = SalesforceLightningBlueReferenceColorsDark.brand30 // Brand accent color for UI elements contain text/icon. This is one step darker than accent-container-2. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-accent-1. val error1 get() = SalesforceLightningBlueReferenceColorsDark.error40 // Accent color denoting an error for UI elements. This is the lightest value of the error ranges. val errorContainer1 get() = SalesforceLightningBlueReferenceColorsDark.error40 // Error accent color for UI elements containing a text or icon. This is the lightest value of the error container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-error-1. val errorContainer2 get() = SalesforceLightningBlueReferenceColorsDark.error30 // Brand accent color for UI elements contain text/icon. This is one step darker than error-container-1. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-accent-1. val warning1 get() = SalesforceLightningBlueReferenceColorsDark.warning40 // Accent color denoting an warning for UI elements. This is the lightest value of the warning ranges. val warningContainer1 get() = SalesforceLightningBlueReferenceColorsDark.warning60 // Warning accent color for UI elements containing a text or icon. This is the lightest value of the warning container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-warning-1. val success1 get() = SalesforceLightningBlueReferenceColorsDark.success50 // Accent color denoting an success for UI elements. This is the lightest value of the success ranges. val successContainer1 get() = SalesforceLightningBlueReferenceColorsDark.success50 // success accent color for UI elements containing a text or icon. This is the lightest value of the success container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-success-1. val successContainer2 get() = SalesforceLightningBlueReferenceColorsDark.success30 // success accent color for UI elements containing a text or icon. This is one step darker than success-container-1. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-success-1. val info1 get() = SalesforceLightningBlueReferenceColorsDark.info30 // Accent color denoting an info for UI elements. This is the lightest value of the info ranges. val infoContainer1 get() = SalesforceLightningBlueReferenceColorsDark.info40 // Info accent color for UI elements containing a text or icon. This is the lightest value of the info container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-info-1. val disabled1 = Color(0xFFC9C9C9) // Color denoting disabled UI elements. This is the lightest value of the disabled ranges. val disabled2 = Color(0xFFAEAEAE) // Color denoting disabled UI elements. This is one step darker than disabled-1. val disabledContainer1 = Color(0xFFFFFFFF) // Disabled color for UI elements containing a text or icon. This is the lightest value of the disabled container ranges. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-disabled-1. val disabledContainer2 = Color(0xFFC9C9C9) // Disabled color for UI elements containing a text or icon. This is two steps darker than disabled-container-1. This needs to be accompanied by a text/icon color that meets accessibility guidelines, such as on-disabled-1. } // ============================================================================ // PALETTE COLORS // ============================================================================ object SalesforceLightningBluePaletteBlueLight { val blue10 = Color(0xFF001639) // Blue 10 val blue15 = Color(0xFF03234D) // Blue 15 val blue20 = Color(0xFF032D60) // Blue 20 val blue30 = Color(0xFF014486) // Blue 30 val blue40 = Color(0xFF0B5CAB) // Blue 40 val blue50 = Color(0xFF0176D3) // Blue 50 val blue60 = Color(0xFF1B96FF) // Blue 60 val blue65 = Color(0xFF57A3FD) // Blue 65 val blue70 = Color(0xFF78B0FD) // Blue 70 val blue80 = Color(0xFFAACBFF) // Blue 80 val blue90 = Color(0xFFD8E6FE) // Blue 90 val blue95 = Color(0xFFEEF4FF) // Blue 95 } object SalesforceLightningBluePaletteBlueDark { val blue10 = Color(0xFF001639) // Blue 10 val blue15 = Color(0xFF03234D) // Blue 15 val blue20 = Color(0xFF032D60) // Blue 20 val blue30 = Color(0xFF014486) // Blue 30 val blue40 = Color(0xFF0B5CAB) // Blue 40 val blue50 = Color(0xFF0176D3) // Blue 50 val blue60 = Color(0xFF1B96FF) // Blue 60 val blue65 = Color(0xFF57A3FD) // Blue 65 val blue70 = Color(0xFF78B0FD) // Blue 70 val blue80 = Color(0xFFAACBFF) // Blue 80 val blue90 = Color(0xFFD8E6FE) // Blue 90 val blue95 = Color(0xFFEEF4FF) // Blue 95 } object SalesforceLightningBluePaletteCloudBlueLight { val cloudBlue10 = Color(0xFF001A28) // Cloud Blue 10 val cloudBlue15 = Color(0xFF0A2636) // Cloud Blue 15 val cloudBlue20 = Color(0xFF023248) // Cloud Blue 20 val cloudBlue30 = Color(0xFF084968) // Cloud Blue 30 val cloudBlue40 = Color(0xFF05628A) // Cloud Blue 40 val cloudBlue50 = Color(0xFF107CAD) // Cloud Blue 50 val cloudBlue60 = Color(0xFF0D9DDA) // Cloud Blue 60 val cloudBlue65 = Color(0xFF08ABED) // Cloud Blue 65 val cloudBlue70 = Color(0xFF1AB9FF) // Cloud Blue 70 val cloudBlue80 = Color(0xFF90D0FE) // Cloud Blue 80 val cloudBlue90 = Color(0xFFCFE9FE) // Cloud Blue 90 val cloudBlue95 = Color(0xFFEAF5FE) // Cloud Blue 95 } object SalesforceLightningBluePaletteCloudBlueDark { val cloudBlue10 = Color(0xFF001A28) // Cloud Blue 10 val cloudBlue15 = Color(0xFF0A2636) // Cloud Blue 15 val cloudBlue20 = Color(0xFF023248) // Cloud Blue 20 val cloudBlue30 = Color(0xFF084968) // Cloud Blue 30 val cloudBlue40 = Color(0xFF05628A) // Cloud Blue 40 val cloudBlue50 = Color(0xFF107CAD) // Cloud Blue 50 val cloudBlue60 = Color(0xFF0D9DDA) // Cloud Blue 60 val cloudBlue65 = Color(0xFF08ABED) // Cloud Blue 65 val cloudBlue70 = Color(0xFF1AB9FF) // Cloud Blue 70 val cloudBlue80 = Color(0xFF90D0FE) // Cloud Blue 80 val cloudBlue90 = Color(0xFFCFE9FE) // Cloud Blue 90 val cloudBlue95 = Color(0xFFEAF5FE) // Cloud Blue 95 } object SalesforceLightningBluePaletteElectricBlueLight { val electricBlue10 = Color(0xFF001642) // Electric-Blue-10 maps to Brand-Base-10 val electricBlue15 = Color(0xFF001E5B) // Electric-Blue-15 maps to Brand-Base-15 val electricBlue20 = Color(0xFF002775) // Electric-Blue-20 maps to Brand-Base-20 val electricBlue30 = Color(0xFF022AC0) // Electric-Blue-30 maps to Brand-Base-30 val electricBlue40 = Color(0xFF0250D9) // Electric-Blue-40 maps to Brand-Base-40 val electricBlue50 = Color(0xFF066AFE) // Electric-Blue-50 maps to Brand-Base-50 val electricBlue60 = Color(0xFF4992FE) // Electric-Blue-60 maps to Brand-Base-60 val electricBlue65 = Color(0xFF5F9FFE) // Electric-Blue-65 maps to Brand-Base-65 val electricBlue70 = Color(0xFF7CB1FE) // Electric-Blue-70 maps to Brand-Base-70 val electricBlue80 = Color(0xFFA8CBFF) // Electric-Blue-80 maps to Brand-Base-80 val electricBlue90 = Color(0xFFD6E6FF) // Electric-Blue-90 maps to Brand-Base-90 val electricBlue95 = Color(0xFFEDF4FF) // Electric-Blue-95 maps to Brand-Base-95 } object SalesforceLightningBluePaletteElectricBlueDark { val electricBlue10 = Color(0xFF001642) // Electric-Blue-10 maps to Brand-Base-10 val electricBlue15 = Color(0xFF001E5B) // Electric-Blue-15 maps to Brand-Base-15 val electricBlue20 = Color(0xFF002775) // Electric-Blue-20 maps to Brand-Base-20 val electricBlue30 = Color(0xFF022AC0) // Electric-Blue-30 maps to Brand-Base-30 val electricBlue40 = Color(0xFF0250D9) // Electric-Blue-40 maps to Brand-Base-40 val electricBlue50 = Color(0xFF066AFE) // Electric-Blue-50 maps to Brand-Base-50 val electricBlue60 = Color(0xFF4992FE) // Electric-Blue-60 maps to Brand-Base-60 val electricBlue65 = Color(0xFF5F9FFE) // Electric-Blue-65 maps to Brand-Base-65 val electricBlue70 = Color(0xFF7CB1FE) // Electric-Blue-70 maps to Brand-Base-70 val electricBlue80 = Color(0xFFA8CBFF) // Electric-Blue-80 maps to Brand-Base-80 val electricBlue90 = Color(0xFFD6E6FF) // Electric-Blue-90 maps to Brand-Base-90 val electricBlue95 = Color(0xFFEDF4FF) // Electric-Blue-95 maps to Brand-Base-95 } object SalesforceLightningBluePaletteGreenLight { val green10 = Color(0xFF071B12) // Green 10 val green15 = Color(0xFF0C2912) // Green 15 val green20 = Color(0xFF143B25) // Green 20 val green30 = Color(0xFF194E31) // Green 30 val green40 = Color(0xFF396547) // Green 40 val green50 = Color(0xFF2E844A) // Green 50 val green60 = Color(0xFF3BA755) // Green 60 val green65 = Color(0xFF41B658) // Green 65 val green70 = Color(0xFF45C65A) // Green 70 val green80 = Color(0xFF91DB8B) // Green 80 val green90 = Color(0xFFCDEFC4) // Green 90 val green95 = Color(0xFFEBF7E6) // Green 95 } object SalesforceLightningBluePaletteGreenDark { val green10 = Color(0xFF071B12) // Green 10 val green15 = Color(0xFF0C2912) // Green 15 val green20 = Color(0xFF143B25) // Green 20 val green30 = Color(0xFF194E31) // Green 30 val green40 = Color(0xFF396547) // Green 40 val green50 = Color(0xFF2E844A) // Green 50 val green60 = Color(0xFF3BA755) // Green 60 val green65 = Color(0xFF41B658) // Green 65 val green70 = Color(0xFF45C65A) // Green 70 val green80 = Color(0xFF91DB8B) // Green 80 val green90 = Color(0xFFCDEFC4) // Green 90 val green95 = Color(0xFFEBF7E6) // Green 95 } object SalesforceLightningBluePaletteHotOrangeLight { val hotOrange10 = Color(0xFF281202) // Hot Orange 10 val hotOrange15 = Color(0xFF421604) // Hot Orange 15 val hotOrange20 = Color(0xFF4A2413) // Hot Orange 20 val hotOrange30 = Color(0xFF7E2600) // Hot Orange 30 val hotOrange40 = Color(0xFFAA3001) // Hot Orange 40 val hotOrange50 = Color(0xFFD83A00) // Hot Orange 50 val hotOrange60 = Color(0xFFFF5D2D) // Hot Orange 60 val hotOrange65 = Color(0xFFFF784F) // Hot Orange 65 val hotOrange70 = Color(0xFFFF906E) // Hot Orange 70 val hotOrange80 = Color(0xFFFEB9A5) // Hot Orange 80 val hotOrange90 = Color(0xFFFFDED5) // Hot Orange 90 val hotOrange95 = Color(0xFFFEF1ED) // Hot Orange 95 } object SalesforceLightningBluePaletteHotOrangeDark { val hotOrange10 = Color(0xFF281202) // Hot Orange 10 val hotOrange15 = Color(0xFF421604) // Hot Orange 15 val hotOrange20 = Color(0xFF4A2413) // Hot Orange 20 val hotOrange30 = Color(0xFF7E2600) // Hot Orange 30 val hotOrange40 = Color(0xFFAA3001) // Hot Orange 40 val hotOrange50 = Color(0xFFD83A00) // Hot Orange 50 val hotOrange60 = Color(0xFFFF5D2D) // Hot Orange 60 val hotOrange65 = Color(0xFFFF784F) // Hot Orange 65 val hotOrange70 = Color(0xFFFF906E) // Hot Orange 70 val hotOrange80 = Color(0xFFFEB9A5) // Hot Orange 80 val hotOrange90 = Color(0xFFFFDED5) // Hot Orange 90 val hotOrange95 = Color(0xFFFEF1ED) // Hot Orange 95 } object SalesforceLightningBluePaletteIndigoLight { val indigo10 = Color(0xFF17094E) // Indigo 10 val indigo15 = Color(0xFF1F0974) // Indigo 15 val indigo20 = Color(0xFF270C92) // Indigo 20 val indigo30 = Color(0xFF2F2CB7) // Indigo 30 val indigo40 = Color(0xFF3A49DA) // Indigo 40 val indigo50 = Color(0xFF5867E8) // Indigo 50 val indigo60 = Color(0xFF7F8CED) // Indigo 60 val indigo65 = Color(0xFF8E9BEF) // Indigo 65 val indigo70 = Color(0xFF9EA9F1) // Indigo 70 val indigo80 = Color(0xFFBEC7F6) // Indigo 80 val indigo90 = Color(0xFFE0E5F8) // Indigo 90 val indigo95 = Color(0xFFF1F3FB) // Indigo 95 } object SalesforceLightningBluePaletteIndigoDark { val indigo10 = Color(0xFF17094E) // Indigo 10 val indigo15 = Color(0xFF1F0974) // Indigo 15 val indigo20 = Color(0xFF270C92) // Indigo 20 val indigo30 = Color(0xFF2F2CB7) // Indigo 30 val indigo40 = Color(0xFF3A49DA) // Indigo 40 val indigo50 = Color(0xFF5867E8) // Indigo 50 val indigo60 = Color(0xFF7F8CED) // Indigo 60 val indigo65 = Color(0xFF8E9BEF) // Indigo 65 val indigo70 = Color(0xFF9EA9F1) // Indigo 70 val indigo80 = Color(0xFFBEC7F6) // Indigo 80 val indigo90 = Color(0xFFE0E5F8) // Indigo 90 val indigo95 = Color(0xFFF1F3FB) // Indigo 95 } object SalesforceLightningBluePaletteNeutralLight { val neutral0 = Color(0xFF000000) // Neutral 0 val neutral10 = Color(0xFF181818) // Neutral 10 val neutral15 = Color(0xFF242424) // Neutral 15 val neutral20 = Color(0xFF2E2E2E) // Neutral 20 val neutral30 = Color(0xFF444444) // Neutral 30 val neutral40 = Color(0xFF5C5C5C) // Neutral 40 val neutral50 = Color(0xFF757575) // Neutral 50 val neutral60 = Color(0xFF939393) // Neutral 60 val neutral65 = Color(0xFFA0A0A0) // Neutral 65 val neutral70 = Color(0xFFAEAEAE) // Neutral 70 val neutral80 = Color(0xFFC9C9C9) // Neutral 80 val neutral90 = Color(0xFFE5E5E5) // Neutral 90 val neutral95 = Color(0xFFF3F3F3) // Neutral 95 val neutral100 = Color(0xFFFFFFFF) // Neutral 100 } object SalesforceLightningBluePaletteNeutralDark { val neutral0 = Color(0xFF000000) // Neutral 0 val neutral10 = Color(0xFF181818) // Neutral 10 val neutral15 = Color(0xFF242424) // Neutral 15 val neutral20 = Color(0xFF2E2E2E) // Neutral 20 val neutral30 = Color(0xFF444444) // Neutral 30 val neutral40 = Color(0xFF5C5C5C) // Neutral 40 val neutral50 = Color(0xFF757575) // Neutral 50 val neutral60 = Color(0xFF939393) // Neutral 60 val neutral65 = Color(0xFFA0A0A0) // Neutral 65 val neutral70 = Color(0xFFAEAEAE) // Neutral 70 val neutral80 = Color(0xFFC9C9C9) // Neutral 80 val neutral90 = Color(0xFFE5E5E5) // Neutral 90 val neutral95 = Color(0xFFF3F3F3) // Neutral 95 val neutral100 = Color(0xFFFFFFFF) // Neutral 100 } object SalesforceLightningBluePaletteOrangeLight { val orange10 = Color(0xFF201600) // Orange 10 val orange15 = Color(0xFF2E2204) // Orange 15 val orange20 = Color(0xFF3E2B02) // Orange 20 val orange30 = Color(0xFF5F3E02) // Orange 30 val orange40 = Color(0xFF825101) // Orange 40 val orange50 = Color(0xFFA96404) // Orange 50 val orange60 = Color(0xFFDD7A01) // Orange 60 val orange65 = Color(0xFFF38303) // Orange 65 val orange70 = Color(0xFFFE9339) // Orange 70 val orange80 = Color(0xFFFFBA90) // Orange 80 val orange90 = Color(0xFFFEDFD0) // Orange 90 val orange95 = Color(0xFFFFF1EA) // Orange 95 } object SalesforceLightningBluePaletteOrangeDark { val orange10 = Color(0xFF201600) // Orange 10 val orange15 = Color(0xFF2E2204) // Orange 15 val orange20 = Color(0xFF3E2B02) // Orange 20 val orange30 = Color(0xFF5F3E02) // Orange 30 val orange40 = Color(0xFF825101) // Orange 40 val orange50 = Color(0xFFA96404) // Orange 50 val orange60 = Color(0xFFDD7A01) // Orange 60 val orange65 = Color(0xFFF38303) // Orange 65 val orange70 = Color(0xFFFE9339) // Orange 70 val orange80 = Color(0xFFFFBA90) // Orange 80 val orange90 = Color(0xFFFEDFD0) // Orange 90 val orange95 = Color(0xFFFFF1EA) // Orange 95 } object SalesforceLightningBluePalettePinkLight { val pink10 = Color(0xFF370114) // Pink 10 val pink15 = Color(0xFF4B0620) // Pink 15 val pink20 = Color(0xFF61022A) // Pink 20 val pink30 = Color(0xFF8A033E) // Pink 30 val pink40 = Color(0xFFB60554) // Pink 40 val pink50 = Color(0xFFE3066A) // Pink 50 val pink60 = Color(0xFFFF538A) // Pink 60 val pink65 = Color(0xFFFE7298) // Pink 65 val pink70 = Color(0xFFFE8AA7) // Pink 70 val pink80 = Color(0xFFFDB6C5) // Pink 80 val pink90 = Color(0xFFFDDDE3) // Pink 90 val pink95 = Color(0xFFFEF0F3) // Pink 95 } object SalesforceLightningBluePalettePinkDark { val pink10 = Color(0xFF370114) // Pink 10 val pink15 = Color(0xFF4B0620) // Pink 15 val pink20 = Color(0xFF61022A) // Pink 20 val pink30 = Color(0xFF8A033E) // Pink 30 val pink40 = Color(0xFFB60554) // Pink 40 val pink50 = Color(0xFFE3066A) // Pink 50 val pink60 = Color(0xFFFF538A) // Pink 60 val pink65 = Color(0xFFFE7298) // Pink 65 val pink70 = Color(0xFFFE8AA7) // Pink 70 val pink80 = Color(0xFFFDB6C5) // Pink 80 val pink90 = Color(0xFFFDDDE3) // Pink 90 val pink95 = Color(0xFFFEF0F3) // Pink 95 } object SalesforceLightningBluePalettePurpleLight { val purple10 = Color(0xFF240643) // Purple 10 val purple15 = Color(0xFF300B60) // Purple 15 val purple20 = Color(0xFF401075) // Purple 20 val purple30 = Color(0xFF5A1BA9) // Purple 30 val purple40 = Color(0xFF7526E3) // Purple 40 val purple50 = Color(0xFF9050E9) // Purple 50 val purple60 = Color(0xFFAD7BEE) // Purple 60 val purple65 = Color(0xFFB78DEF) // Purple 65 val purple70 = Color(0xFFC29EF1) // Purple 70 val purple80 = Color(0xFFD7BFF2) // Purple 80 val purple90 = Color(0xFFECE1F9) // Purple 90 val purple95 = Color(0xFFF6F2FB) // Purple 95 } object SalesforceLightningBluePalettePurpleDark { val purple10 = Color(0xFF240643) // Purple 10 val purple15 = Color(0xFF300B60) // Purple 15 val purple20 = Color(0xFF401075) // Purple 20 val purple30 = Color(0xFF5A1BA9) // Purple 30 val purple40 = Color(0xFF7526E3) // Purple 40 val purple50 = Color(0xFF9050E9) // Purple 50 val purple60 = Color(0xFFAD7BEE) // Purple 60 val purple65 = Color(0xFFB78DEF) // Purple 65 val purple70 = Color(0xFFC29EF1) // Purple 70 val purple80 = Color(0xFFD7BFF2) // Purple 80 val purple90 = Color(0xFFECE1F9) // Purple 90 val purple95 = Color(0xFFF6F2FB) // Purple 95 } object SalesforceLightningBluePaletteRedLight { val red10 = Color(0xFF300C01) // Red 10 val red15 = Color(0xFF4A0C04) // Red 15 val red20 = Color(0xFF640103) // Red 20 val red30 = Color(0xFF8E030F) // Red 30 val red40 = Color(0xFFBA0517) // Red 40 val red50 = Color(0xFFEA001E) // Red 50 val red60 = Color(0xFFFE5C4C) // Red 60 val red65 = Color(0xFFFE7765) // Red 65 val red70 = Color(0xFFFE8F7D) // Red 70 val red80 = Color(0xFFFEB8AB) // Red 80 val red90 = Color(0xFFFEDED8) // Red 90 val red95 = Color(0xFFFEF1EE) // Red 95 } object SalesforceLightningBluePaletteRedDark { val red10 = Color(0xFF300C01) // Red 10 val red15 = Color(0xFF4A0C04) // Red 15 val red20 = Color(0xFF640103) // Red 20 val red30 = Color(0xFF8E030F) // Red 30 val red40 = Color(0xFFBA0517) // Red 40 val red50 = Color(0xFFEA001E) // Red 50 val red60 = Color(0xFFFE5C4C) // Red 60 val red65 = Color(0xFFFE7765) // Red 65 val red70 = Color(0xFFFE8F7D) // Red 70 val red80 = Color(0xFFFEB8AB) // Red 80 val red90 = Color(0xFFFEDED8) // Red 90 val red95 = Color(0xFFFEF1EE) // Red 95 } object SalesforceLightningBluePaletteTealLight { val teal10 = Color(0xFF071B12) // Teal 10 val teal15 = Color(0xFF072825) // Teal 15 val teal20 = Color(0xFF023434) // Teal 20 val teal30 = Color(0xFF024D4C) // Teal 30 val teal40 = Color(0xFF056764) // Teal 40 val teal50 = Color(0xFF0B827C) // Teal 50 val teal60 = Color(0xFF06A59A) // Teal 60 val teal65 = Color(0xFF03B4A7) // Teal 65 val teal70 = Color(0xFF01C3B3) // Teal 70 val teal80 = Color(0xFF04E1CB) // Teal 80 val teal90 = Color(0xFFACF3E4) // Teal 90 val teal95 = Color(0xFFDEF9F3) // Teal 95 } object SalesforceLightningBluePaletteTealDark { val teal10 = Color(0xFF071B12) // Teal 10 val teal15 = Color(0xFF072825) // Teal 15 val teal20 = Color(0xFF023434) // Teal 20 val teal30 = Color(0xFF024D4C) // Teal 30 val teal40 = Color(0xFF056764) // Teal 40 val teal50 = Color(0xFF0B827C) // Teal 50 val teal60 = Color(0xFF06A59A) // Teal 60 val teal65 = Color(0xFF03B4A7) // Teal 65 val teal70 = Color(0xFF01C3B3) // Teal 70 val teal80 = Color(0xFF04E1CB) // Teal 80 val teal90 = Color(0xFFACF3E4) // Teal 90 val teal95 = Color(0xFFDEF9F3) // Teal 95 } object SalesforceLightningBluePaletteVioletLight { val violet10 = Color(0xFF2E0039) // Violet 10 val violet15 = Color(0xFF3D0157) // Violet 15 val violet20 = Color(0xFF580276) // Violet 20 val violet30 = Color(0xFF730394) // Violet 30 val violet40 = Color(0xFF9602C7) // Violet 40 val violet50 = Color(0xFFBA01FF) // Violet 50 val violet60 = Color(0xFFCB65FF) // Violet 60 val violet65 = Color(0xFFD17DFE) // Violet 65 val violet70 = Color(0xFFD892FE) // Violet 70 val violet80 = Color(0xFFE5B9FE) // Violet 80 val violet90 = Color(0xFFF2DEFE) // Violet 90 val violet95 = Color(0xFFF9F0FF) // Violet 95 } object SalesforceLightningBluePaletteVioletDark { val violet10 = Color(0xFF2E0039) // Violet 10 val violet15 = Color(0xFF3D0157) // Violet 15 val violet20 = Color(0xFF580276) // Violet 20 val violet30 = Color(0xFF730394) // Violet 30 val violet40 = Color(0xFF9602C7) // Violet 40 val violet50 = Color(0xFFBA01FF) // Violet 50 val violet60 = Color(0xFFCB65FF) // Violet 60 val violet65 = Color(0xFFD17DFE) // Violet 65 val violet70 = Color(0xFFD892FE) // Violet 70 val violet80 = Color(0xFFE5B9FE) // Violet 80 val violet90 = Color(0xFFF2DEFE) // Violet 90 val violet95 = Color(0xFFF9F0FF) // Violet 95 } object SalesforceLightningBluePaletteYellowLight { val yellow10 = Color(0xFF281202) // Yellow 10 val yellow15 = Color(0xFF371E03) // Yellow 15 val yellow20 = Color(0xFF4F2100) // Yellow 20 val yellow30 = Color(0xFF6F3400) // Yellow 30 val yellow40 = Color(0xFF8C4B02) // Yellow 40 val yellow50 = Color(0xFFA96504) // Yellow 50 val yellow60 = Color(0xFFCA8501) // Yellow 60 val yellow65 = Color(0xFFDA9401) // Yellow 65 val yellow70 = Color(0xFFE4A201) // Yellow 70 val yellow80 = Color(0xFFFCC003) // Yellow 80 val yellow90 = Color(0xFFF9E3B6) // Yellow 90 val yellow95 = Color(0xFFFBF3E0) // Yellow 95 } object SalesforceLightningBluePaletteYellowDark { val yellow10 = Color(0xFF281202) // Yellow 10 val yellow15 = Color(0xFF371E03) // Yellow 15 val yellow20 = Color(0xFF4F2100) // Yellow 20 val yellow30 = Color(0xFF6F3400) // Yellow 30 val yellow40 = Color(0xFF8C4B02) // Yellow 40 val yellow50 = Color(0xFFA96504) // Yellow 50 val yellow60 = Color(0xFFCA8501) // Yellow 60 val yellow65 = Color(0xFFDA9401) // Yellow 65 val yellow70 = Color(0xFFE4A201) // Yellow 70 val yellow80 = Color(0xFFFCC003) // Yellow 80 val yellow90 = Color(0xFFF9E3B6) // Yellow 90 val yellow95 = Color(0xFFFBF3E0) // Yellow 95 }