slateLight constant

FColors const slateLight

The Slate light color scheme.

Implementation

static const slateLight = FColors(
  brightness: .light,
  systemOverlayStyle: .dark,
  barrier: Color(0x33000000),
  background: Color(0xFFFFFFFF),
  foreground: Color(0xFF020618),
  primary: Color(0xFF0F172B),
  primaryForeground: Color(0xFFF8FAFC),
  secondary: Color(0xFFF1F5F9),
  secondaryForeground: Color(0xFF0F172B),
  muted: Color(0xFFF1F5F9),
  mutedForeground: Color(0xFF62748E),
  destructive: Color(0xFFE7000B),
  destructiveForeground: Color(0xFFFAFAFA),
  error: Color(0xFFE7000B),
  errorForeground: Color(0xFFFAFAFA),
  card: Color(0xFFFFFFFF),
  border: Color(0xFFE2E8F0),
);