Skip to content

Commit

Permalink
ColorTheme: darken the green (#78)
Browse files Browse the repository at this point in the history
- darkens yaru green to match the ubuntu desktop installer design green
  • Loading branch information
Feichtmeier committed Jul 11, 2021
1 parent 21e86d8 commit a497f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils/colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Colors {
static const Color coolGrey = Color(0xFF333333);
static const Color textGrey = Color(0xFF111111);
static const Color red = Color(0xFFCC0000);
static const Color green = Color(0xFF109a26);
static const Color green = Color(0xFF0e8420);
static const Color disabledGreyDark = Color(0xFF535353);
static const Color porcelain = Color(0xFFF7F7F7);
static const Color inkstone = Color(0xFF3B3B3B);
Expand Down

0 comments on commit a497f1e

Please sign in to comment.