Skip to content

Instantly share code, notes, and snippets.

@ericgrandt
Last active January 12, 2019 03:00
Show Gist options
  • Save ericgrandt/d4cfec4d8fb812047cd82726d8b1444f to your computer and use it in GitHub Desktop.
Save ericgrandt/d4cfec4d8fb812047cd82726d8b1444f to your computer and use it in GitHub Desktop.
ThemeData(
brightness: Brightness.light,
backgroundColor: Colors.blueGrey[50],
primarySwatch: Colors.blueGrey,
primaryColor: Colors.blueGrey[50],
primaryColorDark: Colors.grey[900],
accentColor: Colors.grey[900],
fontFamily: 'Poppins',
primaryTextTheme: Typography.blackCupertino,
accentTextTheme: Typography.whiteCupertino,
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment