violetLight constant

FColors const violetLight

The Violet light color scheme.

Implementation

static const violetLight = FColors(
  brightness: .light,
  systemOverlayStyle: .dark,
  barrier: Color(0x33000000),
  background: Color(0xFFFFFFFF),
  foreground: Color(0xFF09090B),
  primary: Color(0xFF7F22FE),
  primaryForeground: Color(0xFFF5F3FF),
  secondary: Color(0xFFF4F4F5),
  secondaryForeground: Color(0xFF18181B),
  muted: Color(0xFFF4F4F5),
  mutedForeground: Color(0xFF71717B),
  destructive: Color(0xFFE7000B),
  destructiveForeground: Color(0xFFFAFAFA),
  error: Color(0xFFE7000B),
  errorForeground: Color(0xFFFAFAFA),
  card: Color(0xFFFFFFFF),
  border: Color(0xFFE4E4E7),
);