|
|
|
@ -27,22 +27,22 @@ defaultTheme({fontName}) {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
disabledColor: Colors.grey[300],
|
|
|
|
disabledColor: Colors.grey[300],
|
|
|
|
errorColor: Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
// errorColor: Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
scaffoldBackgroundColor: Color(0xffF8F8F8),
|
|
|
|
scaffoldBackgroundColor: Color(0xffF8F8F8),
|
|
|
|
canvasColor: Colors.white,
|
|
|
|
canvasColor: Colors.white,
|
|
|
|
backgroundColor: Color.fromRGBO(255, 255, 255, 1),
|
|
|
|
// backgroundColor: Color.fromRGBO(255, 255, 255, 1),
|
|
|
|
highlightColor: Colors.grey[100]!.withOpacity(0.4),
|
|
|
|
highlightColor: Colors.grey[100]!.withOpacity(0.4),
|
|
|
|
splashColor: Colors.transparent,
|
|
|
|
splashColor: Colors.transparent,
|
|
|
|
primaryColor: Color(0xff515A5D),
|
|
|
|
primaryColor: Color(0xff515A5D),
|
|
|
|
toggleableActiveColor: secondaryColor,
|
|
|
|
// toggleableActiveColor: secondaryColor,
|
|
|
|
indicatorColor: secondaryColor,
|
|
|
|
indicatorColor: secondaryColor,
|
|
|
|
bottomSheetTheme: BottomSheetThemeData(backgroundColor: Color(0xFFE0E0E0)),
|
|
|
|
bottomSheetTheme: BottomSheetThemeData(backgroundColor: Color(0xFFE0E0E0)),
|
|
|
|
primaryTextTheme: TextTheme(bodyText2: TextStyle(color: Colors.white)),
|
|
|
|
// primaryTextTheme: TextTheme(bodyText2: TextStyle(color: Colors.white)),
|
|
|
|
iconTheme: IconThemeData(),
|
|
|
|
iconTheme: IconThemeData(),
|
|
|
|
textTheme: TextTheme(
|
|
|
|
textTheme: TextTheme(
|
|
|
|
bodyText1: TextStyle(color: Colors.black, letterSpacing: 0.6),
|
|
|
|
// bodyText1: TextStyle(color: Colors.black, letterSpacing: 0.6),
|
|
|
|
headline1: TextStyle(color: Colors.white, letterSpacing: 0.6),
|
|
|
|
// headline1: TextStyle(color: Colors.white, letterSpacing: 0.6),
|
|
|
|
headline2: TextStyle(color: Colors.white, letterSpacing: 0.6),
|
|
|
|
// headline2: TextStyle(color: Colors.white, letterSpacing: 0.6),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
floatingActionButtonTheme: FloatingActionButtonThemeData(highlightElevation: 2, disabledElevation: 0, elevation: 2),
|
|
|
|
floatingActionButtonTheme: FloatingActionButtonThemeData(highlightElevation: 2, disabledElevation: 0, elevation: 2),
|
|
|
|
|
|
|
|
|
|
|
|
@ -71,16 +71,16 @@ invertThemes({fontName}) {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
textTheme: TextTheme(bodyText1: TextStyle(color: Colors.white), headline1: TextStyle(color: Colors.white), headline2: TextStyle(color: Colors.white)),
|
|
|
|
// textTheme: TextTheme(bodyText1: TextStyle(color: Colors.white), headline1: TextStyle(color: Colors.white), headline2: TextStyle(color: Colors.white)),
|
|
|
|
disabledColor: Colors.grey[800],
|
|
|
|
disabledColor: Colors.grey[800],
|
|
|
|
errorColor: Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
// errorColor: Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
scaffoldBackgroundColor: Color(0xff000000),
|
|
|
|
scaffoldBackgroundColor: Color(0xff000000),
|
|
|
|
canvasColor: Colors.black,
|
|
|
|
canvasColor: Colors.black,
|
|
|
|
backgroundColor: Color.fromRGBO(255, 255, 255, 1),
|
|
|
|
// backgroundColor: Color.fromRGBO(255, 255, 255, 1),
|
|
|
|
highlightColor: Colors.grey[100]!.withOpacity(0.4),
|
|
|
|
highlightColor: Colors.grey[100]!.withOpacity(0.4),
|
|
|
|
splashColor: Colors.transparent,
|
|
|
|
splashColor: Colors.transparent,
|
|
|
|
primaryColor: Color(0xff515A5D),
|
|
|
|
primaryColor: Color(0xff515A5D),
|
|
|
|
toggleableActiveColor: secondaryColor,
|
|
|
|
// toggleableActiveColor: secondaryColor,
|
|
|
|
indicatorColor: secondaryColor,
|
|
|
|
indicatorColor: secondaryColor,
|
|
|
|
bottomSheetTheme: BottomSheetThemeData(backgroundColor: Color(0xFFE0E0E0)),
|
|
|
|
bottomSheetTheme: BottomSheetThemeData(backgroundColor: Color(0xFFE0E0E0)),
|
|
|
|
iconTheme: IconThemeData(),
|
|
|
|
iconTheme: IconThemeData(),
|
|
|
|
@ -113,24 +113,24 @@ bwThemes({fontName}) {
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
|
|
|
|
|
|
|
|
textTheme: TextTheme(
|
|
|
|
textTheme: TextTheme(
|
|
|
|
bodyText1: TextStyle(color: Colors.red[900]),
|
|
|
|
// bodyText1: TextStyle(color: Colors.red[900]),
|
|
|
|
headline1: TextStyle(color: Colors.red[900]),
|
|
|
|
// headline1: TextStyle(color: Colors.red[900]),
|
|
|
|
headline2: TextStyle(color: Colors.white),
|
|
|
|
// headline2: TextStyle(color: Colors.white),
|
|
|
|
bodyText2: TextStyle(color: Colors.red[900]),
|
|
|
|
// bodyText2: TextStyle(color: Colors.red[900]),
|
|
|
|
subtitle1: TextStyle(color: Colors.red[900]),
|
|
|
|
// subtitle1: TextStyle(color: Colors.red[900]),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
tabBarTheme: TabBarTheme(labelColor: Colors.red[900]),
|
|
|
|
tabBarTheme: TabBarTheme(labelColor: Colors.red[900]),
|
|
|
|
|
|
|
|
|
|
|
|
disabledColor: Colors.grey[800],
|
|
|
|
disabledColor: Colors.grey[800],
|
|
|
|
errorColor: Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
// errorColor: Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
scaffoldBackgroundColor: Color(0xffffffe4),
|
|
|
|
scaffoldBackgroundColor: Color(0xffffffe4),
|
|
|
|
canvasColor: Colors.black,
|
|
|
|
canvasColor: Colors.black,
|
|
|
|
backgroundColor: Color(0xffffffe4),
|
|
|
|
// backgroundColor: Color(0xffffffe4),
|
|
|
|
highlightColor: Colors.grey[100]!.withOpacity(0.4),
|
|
|
|
highlightColor: Colors.grey[100]!.withOpacity(0.4),
|
|
|
|
splashColor: Colors.transparent,
|
|
|
|
splashColor: Colors.transparent,
|
|
|
|
primaryColor: Color(0xfffffff4),
|
|
|
|
primaryColor: Color(0xfffffff4),
|
|
|
|
toggleableActiveColor: secondaryColor,
|
|
|
|
// toggleableActiveColor: secondaryColor,
|
|
|
|
indicatorColor: secondaryColor,
|
|
|
|
indicatorColor: secondaryColor,
|
|
|
|
bottomSheetTheme: BottomSheetThemeData(backgroundColor: Color(0xFFE0E0E0)),
|
|
|
|
bottomSheetTheme: BottomSheetThemeData(backgroundColor: Color(0xFFE0E0E0)),
|
|
|
|
iconTheme: IconThemeData(),
|
|
|
|
iconTheme: IconThemeData(),
|
|
|
|
@ -160,10 +160,10 @@ dimTheme({fontName}) {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
hintColor: Colors.grey[400],
|
|
|
|
disabledColor: Colors.grey[300],
|
|
|
|
disabledColor: Colors.grey[300],
|
|
|
|
errorColor: Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
// errorColor: Color.fromRGBO(235, 80, 60, 1.0),
|
|
|
|
scaffoldBackgroundColor: Color(0xffEEEEEE),
|
|
|
|
scaffoldBackgroundColor: Color(0xffEEEEEE),
|
|
|
|
canvasColor: Colors.white,
|
|
|
|
canvasColor: Colors.white,
|
|
|
|
backgroundColor: Color.fromRGBO(255, 255, 255, 1),
|
|
|
|
// backgroundColor: Color.fromRGBO(255, 255, 255, 1),
|
|
|
|
highlightColor: Colors.grey[100]!.withOpacity(0.4),
|
|
|
|
highlightColor: Colors.grey[100]!.withOpacity(0.4),
|
|
|
|
splashColor: Colors.transparent,
|
|
|
|
splashColor: Colors.transparent,
|
|
|
|
primaryColor: Color(0xff40ACC9),
|
|
|
|
primaryColor: Color(0xff40ACC9),
|
|
|
|
|