-
Notifications
You must be signed in to change notification settings - Fork 36
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
1 parent
e599202
commit b2933a0
Showing
10 changed files
with
219 additions
and
268 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
import 'package:flutter/material.dart'; | ||
|
||
class LightColor { | ||
|
||
static const Color background = Color(0xfff1f3f6); | ||
static const Color shadowPrimary = Color(0xff3754aa); | ||
static const Color shadowSecondary = Color(0xffffffff); | ||
|
||
static Color Brighter = Color(0xff3754aa).withAlpha(25); | ||
static const Color Darker = Color(0xffffffff); | ||
static const Color black = Color(0xff040405); | ||
static const Color lightblack = Color(0xff3E404D); | ||
static const Color grey = Color(0xff7D8282); | ||
static const Color lightGrey = Color(0xffDFE7DD); | ||
static const Color darkBlue = Color(0xff13165A); | ||
static const Color lightBlue = Color(0xff203387); | ||
static const Color darkBlue = Color(0xff13165A); | ||
static const Color lightBlue = Color(0xff203387); | ||
} |
Oops, something went wrong.