Skip to content

Commit

Permalink
Merge pull request #343 from gnunicorn/ben-more-task-checking
Browse files Browse the repository at this point in the history
Tasks Demo preparations
  • Loading branch information
gnunicorn authored Nov 9, 2022
2 parents 5381e0a + c98b1e4 commit 6f6da14
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 88 deletions.
2 changes: 2 additions & 0 deletions app/lib/common/store/themes/SeperatedThemes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import 'package:themed/themed.dart';

class AppCommonTheme {
static const primaryColor = ColorRef(Color(0xffEC2758));
static const secondaryColor = ColorRef(Color(0xff23AFC2));
static const tertiaryColor = ColorRef(Color(0xff5C2A80));
static const backgroundColor = ColorRef(Color.fromRGBO(36, 38, 50, 1));
static const backgroundColorLight = ColorRef(Color(0xff333540), id: 'CIBC');
static const svgIconColor = ColorRef(Colors.white, id: 'NavBar');
Expand Down
Loading

0 comments on commit 6f6da14

Please sign in to comment.