-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DevicePreview configuration in main.dart
- Loading branch information
Showing
30 changed files
with
640 additions
and
551 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,37 @@ | ||
import 'package:flutter/material.dart'; | ||
|
||
//orange color | ||
Color primaryColor = const Color(0xffFE5944); | ||
Color secondaryColor = const Color(0xffe34c3b); | ||
Color tertioColor = const Color(0xffFFD340); | ||
Color whiteColor = const Color(0xffFFFFFF); | ||
// Color primaryColor = const Color(0xffFE5944); | ||
// Color secondaryColor = const Color(0xffe34c3b); | ||
// Color tertioColor = const Color(0xffFFD340); | ||
// Color whiteColor = const Color(0xffFFFFFF); | ||
|
||
// //Blue color | ||
// Color secondaryColor = const Color(0xff537EC5); | ||
// Color primaryColor = const Color(0xff293A80); | ||
// Color tertioColor = const Color(0xffFFE194); | ||
// Color whiteColor = const Color(0xffFFFFFF); | ||
|
||
// //Dark color | ||
Color secondaryColor = const Color(0xff222831); | ||
Color primaryColor = const Color(0xff31363F); | ||
Color tertioColor = const Color(0xfff1c40f); | ||
Color whiteColor = const Color(0xffFFFFFF); | ||
|
||
// //Green color | ||
// Color secondaryColor = const Color(0xff191A19); | ||
// Color primaryColor = const Color(0xff1E5128); | ||
// Color tertioColor = const Color(0xff4E9F3D); | ||
// Color whiteColor = const Color(0xffD8E9A8); | ||
|
||
// //Brown color | ||
// Color secondaryColor = const Color(0xff3E3232); | ||
// Color primaryColor = const Color(0xff503C3C); | ||
// Color tertioColor = const Color(0xffA87C7C); | ||
// Color whiteColor = const Color(0xffFFFFFF); | ||
|
||
// //Purlpe color | ||
// Color secondaryColor = const Color(0xff80558C); | ||
// Color primaryColor = const Color(0xffAF7AB3); | ||
// Color tertioColor = const Color(0xffCBA0AE); | ||
// Color whiteColor = const Color(0xffFFFFFF); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.