roseDark constant

FColors const roseDark

The Rose dark color scheme.

Implementation

static const roseDark = FColors(
  brightness: .dark,
  systemOverlayStyle: .light,
  barrier: Color(0x7A000000),
  background: Color(0xFF09090B),
  foreground: Color(0xFFFAFAFA),
  primary: Color(0xFFFF2056),
  primaryForeground: Color(0xFFFFF1F2),
  secondary: Color(0xFF27272A),
  secondaryForeground: Color(0xFFFAFAFA),
  muted: Color(0xFF27272A),
  mutedForeground: Color(0xFF9F9FA9),
  destructive: Color(0xFFFF6467),
  destructiveForeground: Color(0xFFFAFAFA),
  error: Color(0xFFFF6467),
  errorForeground: Color(0xFFFAFAFA),
  card: Color(0xFF18181B),
  border: Color(0x1AFFFFFF),
);