darkScheme static method
Implementation
static ColorScheme darkScheme() {
return const ColorScheme(
brightness: Brightness.dark,
primary: Color(0xffa5d396),
surfaceTint: Color(0xffa5d396),
onPrimary: Color(0xff11380b),
primaryContainer: Color(0xff285020),
onPrimaryContainer: Color(0xffc0efb0),
secondary: Color(0xffbbcbb2),
onSecondary: Color(0xff263422),
secondaryContainer: Color(0xff3c4b37),
onSecondaryContainer: Color(0xffd7e8cd),
tertiary: Color(0xffa0cfd2),
onTertiary: Color(0xff003739),
tertiaryContainer: Color(0xff1e4d50),
onTertiaryContainer: Color(0xffbcebee),
error: Color(0xffffb4ab),
onError: Color(0xff690005),
errorContainer: Color(0xff93000a),
onErrorContainer: Color(0xffffdad6),
surface: Color(0xff11140f),
onSurface: Color(0xffe1e4da),
onSurfaceVariant: Color(0xffc3c8bc),
outline: Color(0xff8d9387),
outlineVariant: Color(0xff43483f),
shadow: Color(0xff000000),
scrim: Color(0xff000000),
inverseSurface: Color(0xffe1e4da),
inversePrimary: Color(0xff406836),
primaryFixed: Color(0xffc0efb0),
onPrimaryFixed: Color(0xff002200),
primaryFixedDim: Color(0xffa5d396),
onPrimaryFixedVariant: Color(0xff285020),
secondaryFixed: Color(0xffd7e8cd),
onSecondaryFixed: Color(0xff121f0e),
secondaryFixedDim: Color(0xffbbcbb2),
onSecondaryFixedVariant: Color(0xff3c4b37),
tertiaryFixed: Color(0xffbcebee),
onTertiaryFixed: Color(0xff002022),
tertiaryFixedDim: Color(0xffa0cfd2),
onTertiaryFixedVariant: Color(0xff1e4d50),
surfaceDim: Color(0xff11140f),
surfaceBright: Color(0xff363a34),
surfaceContainerLowest: Color(0xff0b0f0a),
surfaceContainerLow: Color(0xff191d17),
surfaceContainer: Color(0xff1d211b),
surfaceContainerHigh: Color(0xff272b25),
surfaceContainerHighest: Color(0xff32362f),
);
}