Browse Source

[meta] Restore base icon (#3809)

Merge AFTER april fools
Signed-off-by: lizzie lizzie@eden-emu.dev

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3809
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
remotes/1775213587785305160/master
lizzie 1 week ago
committed by crueter
parent
commit
d1b7824443
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 279
      dist/dev.eden_emu.eden.svg
  2. BIN
      dist/eden.bmp
  3. BIN
      dist/eden.ico
  4. BIN
      dist/qt_themes/default/icons/256x256/eden.png
  5. BIN
      src/android/app/src/main/res/drawable/ic_launcher_foreground.png
  6. BIN
      src/android/app/src/main/res/drawable/ic_yuzu.png
  7. BIN
      src/android/app/src/main/res/drawable/ic_yuzu_splash.png
  8. BIN
      src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  9. BIN
      src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  10. BIN
      src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  11. BIN
      src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  12. BIN
      src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  13. 2
      src/android/app/src/main/res/values/colors.xml

279
dist/dev.eden_emu.eden.svg
File diff suppressed because it is too large
View File

BIN
dist/eden.bmp

BIN
dist/eden.ico

BIN
dist/qt_themes/default/icons/256x256/eden.png

Before

Width: 181  |  Height: 256  |  Size: 15 KiB

After

Width: 256  |  Height: 256  |  Size: 35 KiB

BIN
src/android/app/src/main/res/drawable/ic_launcher_foreground.png

Before

Width: 1080  |  Height: 1080  |  Size: 57 KiB

After

Width: 1080  |  Height: 1080  |  Size: 131 KiB

BIN
src/android/app/src/main/res/drawable/ic_yuzu.png

Before

Width: 362  |  Height: 512  |  Size: 35 KiB

After

Width: 512  |  Height: 512  |  Size: 56 KiB

BIN
src/android/app/src/main/res/drawable/ic_yuzu_splash.png

Before

Width: 512  |  Height: 512  |  Size: 24 KiB

After

Width: 512  |  Height: 512  |  Size: 51 KiB

BIN
src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png

Before

Width: 96  |  Height: 96  |  Size: 5.0 KiB

After

Width: 96  |  Height: 96  |  Size: 14 KiB

BIN
src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png

Before

Width: 72  |  Height: 72  |  Size: 3.3 KiB

After

Width: 72  |  Height: 72  |  Size: 9.4 KiB

BIN
src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

Before

Width: 144  |  Height: 144  |  Size: 9.5 KiB

After

Width: 144  |  Height: 144  |  Size: 24 KiB

BIN
src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Before

Width: 192  |  Height: 192  |  Size: 15 KiB

After

Width: 192  |  Height: 192  |  Size: 35 KiB

BIN
src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Before

Width: 384  |  Height: 384  |  Size: 44 KiB

After

Width: 384  |  Height: 384  |  Size: 67 KiB

2
src/android/app/src/main/res/values/colors.xml

@ -1 +1 @@
<?xml version='1.0' encoding='utf-8'?><resources><color name='ic_launcher_background'>#43fcfcff</color></resources>
<?xml version='1.0' encoding='utf-8'?><resources><color name='ic_launcher_background'>#1F143C</color></resources>
Loading…
Cancel
Save