diff --git a/dist/eden.icns b/dist/eden.icns index 0ccb1ff11b..8082404da4 100644 Binary files a/dist/eden.icns and b/dist/eden.icns differ diff --git a/dist/eden.ico b/dist/eden.ico index ede7145b3a..2c11831a4a 100644 Binary files a/dist/eden.ico and b/dist/eden.ico differ diff --git a/dist/icon_variations/base_bgcolor b/dist/icon_variations/base_bgcolor new file mode 100644 index 0000000000..a8c30fd338 --- /dev/null +++ b/dist/icon_variations/base_bgcolor @@ -0,0 +1 @@ +#1F143C diff --git a/dist/icon_variations/newyear2025.svg b/dist/icon_variations/newyear2025.svg new file mode 100644 index 0000000000..ae7e6db380 --- /dev/null +++ b/dist/icon_variations/newyear2025.svg @@ -0,0 +1,20 @@ + + + + + + New Year 2025 Logo - Named Variant + + + Madeline_Dev + mailto:madelvidel@gmail.com + + + 2025 + + 2025 Eden Emulator Project + https://git.eden-emu.dev + + + + \ No newline at end of file diff --git a/dist/icon_variations/newyear2025_bgcolor b/dist/icon_variations/newyear2025_bgcolor new file mode 100644 index 0000000000..a8c30fd338 --- /dev/null +++ b/dist/icon_variations/newyear2025_bgcolor @@ -0,0 +1 @@ +#1F143C diff --git a/dist/icon_variations/newyear2025_named.svg b/dist/icon_variations/newyear2025_named.svg new file mode 100644 index 0000000000..5530089e4d --- /dev/null +++ b/dist/icon_variations/newyear2025_named.svg @@ -0,0 +1,684 @@ + + + + + + New Year 2025 Logo + + + Madeline_Dev + mailto:madelvidel@gmail.com + + + 2025 + + 2025 Eden Emulator Project + https://git.eden-emu.dev + + + + diff --git a/dist/qt_themes/default/icons/256x256/eden.png b/dist/qt_themes/default/icons/256x256/eden.png index f5eceecb6b..bfb8057dbc 100644 Binary files a/dist/qt_themes/default/icons/256x256/eden.png and b/dist/qt_themes/default/icons/256x256/eden.png differ diff --git a/dist/qt_themes/default/icons/256x256/eden_named.png b/dist/qt_themes/default/icons/256x256/eden_named.png index 289f2240c7..d95d0e7510 100644 Binary files a/dist/qt_themes/default/icons/256x256/eden_named.png and b/dist/qt_themes/default/icons/256x256/eden_named.png differ diff --git a/dist/yuzu.bmp b/dist/yuzu.bmp index 264034c9c8..906a944847 100644 Binary files a/dist/yuzu.bmp and b/dist/yuzu.bmp differ diff --git a/dist/yuzu.icns b/dist/yuzu.icns index 0ccb1ff11b..8082404da4 100644 Binary files a/dist/yuzu.icns and b/dist/yuzu.icns differ diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 3b236c8765..8136df60e8 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -33,7 +33,8 @@ SPDX-License-Identifier: GPL-3.0-or-later - - - - - diff --git a/src/android/app/src/main/res/drawable/ic_icon_bg.png b/src/android/app/src/main/res/drawable/ic_icon_bg.png deleted file mode 100644 index db7e53410d..0000000000 Binary files a/src/android/app/src/main/res/drawable/ic_icon_bg.png and /dev/null differ diff --git a/src/android/app/src/main/res/drawable/ic_icon_bg_orig.png b/src/android/app/src/main/res/drawable/ic_icon_bg_orig.png deleted file mode 100644 index ddb43b349c..0000000000 Binary files a/src/android/app/src/main/res/drawable/ic_icon_bg_orig.png and /dev/null differ diff --git a/src/android/app/src/main/res/drawable/ic_launcher.png b/src/android/app/src/main/res/drawable/ic_launcher.png deleted file mode 100644 index 84e8fcb7c2..0000000000 Binary files a/src/android/app/src/main/res/drawable/ic_launcher.png and /dev/null differ diff --git a/src/android/app/src/main/res/drawable/ic_launcher_foreground.png b/src/android/app/src/main/res/drawable/ic_launcher_foreground.png new file mode 100644 index 0000000000..ed2d5cc8dc Binary files /dev/null and b/src/android/app/src/main/res/drawable/ic_launcher_foreground.png differ diff --git a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000000..5ed0a2df70 --- /dev/null +++ b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000000..5ed0a2df70 --- /dev/null +++ b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000000..b7eaf19d26 Binary files /dev/null and b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000000..5b17040ad4 Binary files /dev/null and b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000000..aff7a1fe5e Binary files /dev/null and b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000000..ad6d2e1638 Binary files /dev/null and b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000000..b0366881ea Binary files /dev/null and b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/values/colors.xml b/src/android/app/src/main/res/values/colors.xml new file mode 100644 index 0000000000..472567b323 --- /dev/null +++ b/src/android/app/src/main/res/values/colors.xml @@ -0,0 +1 @@ +#1F143C