oledTheme property

AppTheme oledTheme
final

Implementation

static final AppTheme oledTheme = AppTheme(
  name: 'OLED',
  brightness: Brightness.dark,
  primaryColor: const Color(0xFFCF6679),
  accentColor: const Color(0xFF03DAC6),
  scaffoldBackgroundColor: Colors.black,
  backgroundColor: Colors.black,
  cardColor: const Color(0xFF1A1A1A),
  textColor: Colors.white.withOpacity(0.9),
  secondaryTextColor: Colors.white.withOpacity(0.7),
);