slateDark constant
FColors
const slateDark
The Slate dark color scheme.
Implementation
static const slateDark = FColors(
brightness: .dark,
systemOverlayStyle: .light,
barrier: Color(0x7A000000),
background: Color(0xFF020618),
foreground: Color(0xFFF8FAFC),
primary: Color(0xFFE2E8F0),
primaryForeground: Color(0xFF0F172B),
secondary: Color(0xFF1D293D),
secondaryForeground: Color(0xFFF8FAFC),
muted: Color(0xFF1D293D),
mutedForeground: Color(0xFF90A1B9),
destructive: Color(0xFFFF6467),
destructiveForeground: Color(0xFFFAFAFA),
error: Color(0xFFFF6467),
errorForeground: Color(0xFFFAFAFA),
card: Color(0xFF0F172B),
border: Color(0x1AFFFFFF),
);