neutralDark constant

FColors const neutralDark

The Neutral dark color scheme.

Implementation

static const neutralDark = FColors(
  brightness: .dark,
  systemOverlayStyle: .light,
  barrier: Color(0x7A000000),
  background: Color(0xFF0A0A0A),
  foreground: Color(0xFFFAFAFA),
  primary: Color(0xFFE5E5E5),
  primaryForeground: Color(0xFF171717),
  secondary: Color(0xFF262626),
  secondaryForeground: Color(0xFFFAFAFA),
  muted: Color(0xFF262626),
  mutedForeground: Color(0xFFA1A1A1),
  destructive: Color(0xFFFF6467),
  destructiveForeground: Color(0xFFFAFAFA),
  error: Color(0xFFFF6467),
  errorForeground: Color(0xFFFAFAFA),
  card: Color(0xFF171717),
  border: Color(0x1AFFFFFF),
);