Skip to content

Commit

Permalink
Update Project Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SepehrFakoori committed Jul 11, 2024
1 parent 1fd3b99 commit 9c4650d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion assets/icons/settings.svg

This file was deleted.

9 changes: 4 additions & 5 deletions lib/constants/app_colors.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import 'package:flutter/material.dart';

class AppColors {
static const backgroundColor = Color(0xff8cebca);
static Color highEmphasisColor = Colors.black.withOpacity(0.87);
static Color mediumEmphasisColor = Colors.black.withOpacity(0.60);
static Color lowEmphasisColor = Colors.black.withOpacity(0.38);
static const priceColor = Color(0xff0f917c);
static const darkColor = Color(0xff192029);
static const lightDarkColor = Color(0xff212f3c);
static const highEmphasisColor = Color(0xffFFFFFF);
static const lowEmphasisColor = Color(0xff677786);
}

0 comments on commit 9c4650d

Please sign in to comment.