Skip to content

Commit

Permalink
Release 0.2.3 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Mar 17, 2022
1 parent 4b7db0c commit db2d439
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 0.2.3
* [Frederik Feichtmeier](https://github.com/Feichtmeier)
* Add new accent colors from https://github.com/ubuntu/yaru/pull/3486 (#137)

# 0.2.2

* [Frederik Feichtmeier](https://github.com/Feichtmeier)
Expand Down
Binary file removed doc/api/src/utils/colors/canonicalAubergine.png
Binary file not shown.
Binary file removed doc/api/src/utils/colors/darkAubergine.png
Binary file not shown.
Binary file removed doc/api/src/utils/colors/lightAubergine.png
Binary file not shown.
Binary file removed doc/api/src/utils/colors/midAubergine.png
Binary file not shown.
Binary file removed doc/api/src/utils/colors/orange.png
Binary file not shown.
Binary file removed doc/api/src/utils/colors/warmGrey.png
Binary file not shown.
Binary file modified doc/readme/screenshot_dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/readme/screenshot_light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions lib/src/colors/yaru_colors.dart
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import 'package:flutter/material.dart' show Color, MaterialColor;

/// The Ubuntu color palette
/// [](https://design.ubuntu.com/brand/colour-palette)
class YaruColors {
YaruColors._();

static const int _ubuntuOrangePrimaryValue = 0xFFE95420;

///![](https://raw.githubusercontent.com/ubuntu/yaru.dart/main/doc/api/src/utils/colors/orange.png)
static const MaterialColor ubuntuOrange =
MaterialColor(_ubuntuOrangePrimaryValue, {
50: Color(0xFFFDEEE9),
Expand All @@ -24,7 +21,6 @@ class YaruColors {

static const int _warmGreyPrimaryValue = 0xFFAEA79F;

///![](https://raw.githubusercontent.com/ubuntu/yaru.dart/main/doc/api/src/utils/colors/warmGrey.png)
static const MaterialColor warmGrey = MaterialColor(_warmGreyPrimaryValue, {
50: Color(0xFFF6F6F5),
100: Color(0xFFEEEDEB),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yaru
version: 0.2.2
version: 0.2.3

description: Ubuntu Yaru Style - Distinct look and feel of the Ubuntu Desktop

Expand Down

0 comments on commit db2d439

Please sign in to comment.