blue property

MiniTheme blue
final

Implementation

static final MiniTheme blue = MiniTheme(
  name: 'blue',
  brightness: Brightness.light,
  colors: const MiniColorTokens(
    primary: Color(0xFF1565C0),
    background: Color(0xFFE3F2FD),
    foreground: Color(0xFF0D47A1),
    accent: Color(0xFF64B5F6),
    danger: Color(0xFFC62828),
  ),
  spacing: defaultSpacing,
  radius: defaultRadius,
  typography: defaultTypography,
  componentSizes: defaultComponentSizes,
);