diff --git a/README.md b/README.md index 278338c6c..42f275e7f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ MusicPod is a local music, radio, television and podcast player for Linux Deskto ## Credits +### AppIcon + +The app icon has been made by [Stuart Jaggers](https://github.com/ubuntujaggers), thank you very much Stuart! + +### Libraries used + Thanks to all the [MPV](https://github.com/mpv-player/mpv) contributors! Thank you [@amugofjava](https://github.com/amugofjava) for creating the very easy to use and reliable [podcast_search](https://github.com/amugofjava/podcast_search)! diff --git a/design/banner.png b/design/banner.png index 9a07fda1d..19458544f 100644 Binary files a/design/banner.png and b/design/banner.png differ diff --git a/design/banner.xcf b/design/banner.xcf index ae9adcdcf..3b3b66833 100644 Binary files a/design/banner.xcf and b/design/banner.xcf differ diff --git a/design/musicpod.svg b/design/musicpod.svg new file mode 100644 index 000000000..309be963d --- /dev/null +++ b/design/musicpod.svg @@ -0,0 +1,720 @@ + + + Yaru Icon Theme Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Yaru Team, based on the Suru template by Sam Hewitt and original Suru designs by Matthieu James + + + + + Yaru Icon Theme Template + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/main.dart b/lib/main.dart index 827c31699..8980f2545 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -44,7 +44,7 @@ Future main(List args) async { ..setMinimumSize(const Size(500, 700)) ..setSize(const Size(950, 820)); if (!Platform.isLinux) { - SystemTheme.fallbackColor = Colors.greenAccent; + SystemTheme.fallbackColor = const Color(0xFFed3c63); await SystemTheme.accentColor.load(); } } diff --git a/snap/gui/musicpod.png b/snap/gui/musicpod.png index 435624a80..6c47629a3 100644 Binary files a/snap/gui/musicpod.png and b/snap/gui/musicpod.png differ