-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
65 additions
and
45 deletions.
There are no files selected for viewing
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,13 @@ | ||
import 'package:flutter/material.dart'; | ||
|
||
final Color PRIMARY_COLOR=Color(0xff5FD900); | ||
final Color CATEGORY_LIST_BOX=Color.fromRGBO(196, 196, 196, 0.3); | ||
final Color primaryColor=Color(0xff5FD900); | ||
final Color categoryListBox=Color.fromRGBO(196, 196, 196, 0.3); | ||
|
||
final Color VIEW_ALL_BUTTON_TEXT=Color.fromRGBO(95, 210, 0, 1); | ||
final Color VIEW_ALL_BUTTON_BACKGROUND=Color.fromRGBO(95, 210, 0, 0.15); | ||
final Color viewAllButtonText=Color.fromRGBO(95, 210, 0, 1); | ||
final Color viewAllButtonBackground=Color.fromRGBO(95, 210, 0, 0.15); | ||
|
||
final Color CART_HEADER_COLOR=Color(0xff3F4250); | ||
final Color CART_BUTTON_BACKGROUND=Color.fromRGBO(255, 193, 72, 0.2); | ||
final Color CART_BUTTON_TEXT=Color(0xffEA9A00); | ||
final Color cartHeaderColor=Color(0xff3F4250); | ||
final Color cartButtonBackground=Color.fromRGBO(255, 193, 72, 0.2); | ||
final Color cartButtonText=Color(0xffEA9A00); | ||
|
||
final Color CART_COUNTER_BACKGROUND=Color(0xffebebeb); | ||
final Color cartCounterBackground=Color(0xffebebeb); |
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
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
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