Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

feat: Ubuntu Butterfly Pink #5

Merged
merged 2 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Future<void> main() async {
'kubuntuBlue',
'lubuntuBlue',
'ubuntuBudgieBlue',
'ubuntuButterflyPink',
'ubuntuMateGreen',
'ubuntuStudioBlue',
'xubuntuBlue',
Expand Down
1 change: 1 addition & 0 deletions packages/yaru_colors/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const flavorColors = {
'YaruColors.kubuntuBlue': YaruColors.kubuntuBlue,
'YaruColors.lubuntuBlue': YaruColors.lubuntuBlue,
'YaruColors.ubuntuBudgieBlue': YaruColors.ubuntuBudgieBlue,
'YaruColors.ubuntuButterflyPink': YaruColors.ubuntuButterflyPink,
'YaruColors.ubuntuMateGreen': YaruColors.ubuntuMateGreen,
'YaruColors.ubuntuStudioBlue': YaruColors.ubuntuStudioBlue,
'YaruColors.xubuntuBlue': YaruColors.xubuntuBlue,
Expand Down
7 changes: 7 additions & 0 deletions packages/yaru_colors/lib/src/colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ class YaruColors {
@GeneratedYaruColor(0xFF2196F3)
static const MaterialColor ubuntuBudgieBlue = _$YaruColors.ubuntuBudgieBlue;

/// Ubuntu Butterfly Pink
///
/// ![](https://raw.githubusercontent.com/ubuntu/yaru_colors.dart/screenshots/packages/yaru_colors/example/doc/images/ubuntuButterflyPink.png)
@GeneratedYaruColor(0xFFFF135B)
static const MaterialColor ubuntuButterflyPink =
_$YaruColors.ubuntuButterflyPink;

/// Ubuntu MATE Green
///
/// ![](https://raw.githubusercontent.com/ubuntu/yaru_colors.dart/screenshots/packages/yaru_colors/example/doc/images/ubuntuMateGreen.png)
Expand Down
13 changes: 13 additions & 0 deletions packages/yaru_colors/lib/src/colors.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.