diff --git a/dist/eden.ico b/dist/eden.ico index 4dc347af28..ede7145b3a 100644 Binary files a/dist/eden.ico and b/dist/eden.ico differ diff --git a/dist/icon_variations/base.svg b/dist/icon_variations/base.svg index eff6ccbb01..96e7afc800 100644 --- a/dist/icon_variations/base.svg +++ b/dist/icon_variations/base.svg @@ -1 +1,144 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/icon_variations/base_named.svg b/dist/icon_variations/base_named.svg index 127bd05ae1..c374ceb63e 100644 --- a/dist/icon_variations/base_named.svg +++ b/dist/icon_variations/base_named.svg @@ -10,22 +10,164 @@ inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> - + + + + + + + + + + + + + + + xlink:href="#linearGradient11" + id="linearGradient12" + x1="270.39996" + y1="39.999989" + x2="270.39996" + y2="494.39996" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + + + + in="SourceGraphic" + stdDeviation="1.5" + result="result3" + id="feGaussianBlur9" /> + + + + + + + + + + + + + + + + id="rect1-3" + style="fill:#ffffff;fill-opacity:0.5;stroke:none;stroke-width:16;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" + d="M 83.373047 138.19922 A 227.2 227.2 0 0 0 73.292969 154.19922 L 467.50586 154.19922 A 227.2 227.2 0 0 0 457.42578 138.19922 L 83.373047 138.19922 z " /> + style="fill:#ff2bd5;fill-opacity:1;stroke-width:13.374;stroke-opacity:0.415999;paint-order:stroke fill markers" + d="m 235.89082,496.10612 -9.61665,-52.04306" + id="path9" /> + id="rect1-2" + style="fill:#ffffff;fill-opacity:0.5;stroke:none;stroke-width:16;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" + d="M 85.763672 399.59961 A 227.2 227.2 0 0 0 98.359375 415.59961 L 442.43945 415.59961 A 227.2 227.2 0 0 0 455.03516 399.59961 L 85.763672 399.59961 z " /> + id="rect1-2-5" + style="fill:#ffffff;fill-opacity:0.5;stroke:none;stroke-width:16;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" + d="M 54.447266 337.80078 A 227.2 227.2 0 0 0 60.351562 353.80078 L 480.44727 353.80078 A 227.2 227.2 0 0 0 486.35156 337.80078 L 54.447266 337.80078 z " /> + + - - - diff --git a/dist/icon_variations/original.svg b/dist/icon_variations/original.svg new file mode 100644 index 0000000000..eff6ccbb01 --- /dev/null +++ b/dist/icon_variations/original.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/icon_variations/original_named.svg b/dist/icon_variations/original_named.svg new file mode 100644 index 0000000000..127bd05ae1 --- /dev/null +++ b/dist/icon_variations/original_named.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + diff --git a/dist/icon_variations/base_small.svg b/dist/icon_variations/original_small.svg similarity index 100% rename from dist/icon_variations/base_small.svg rename to dist/icon_variations/original_small.svg diff --git a/dist/qt_themes/default/icons/256x256/eden.png b/dist/qt_themes/default/icons/256x256/eden.png index 2d15238885..f5eceecb6b 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 a38816b031..289f2240c7 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 a548aaf7e6..264034c9c8 100644 Binary files a/dist/yuzu.bmp and b/dist/yuzu.bmp 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 index 6247771ad0..84e8fcb7c2 100644 Binary files a/src/android/app/src/main/res/drawable/ic_launcher.png and b/src/android/app/src/main/res/drawable/ic_launcher.png differ diff --git a/tools/update-icons.sh b/tools/update-icons.sh index 5fff11d6c5..2e685fdd87 100755 --- a/tools/update-icons.sh +++ b/tools/update-icons.sh @@ -9,11 +9,11 @@ which magick || exit EDEN_BASE_SVG="dist/icon_variations/base.svg" -EDEN_SMALL_SVG="dist/icon_variations/base_small.svg" +#EDEN_SMALL_SVG="dist/icon_variations/base_small.svg" EDEN_NAMED_SVG="dist/icon_variations/base_named.svg" -magick -density 256x256 -background transparent $EDEN_SMALL_SVG -define icon:auto-resize -colors 256 dist/eden.ico || exit -convert -density 256x256 -resize 256x256 -background transparent $EDEN_SMALL_SVG dist/yuzu.bmp || exit +magick -density 256x256 -background transparent $EDEN_BASE_SVG -define icon:auto-resize -colors 256 dist/eden.ico || exit +convert -density 256x256 -resize 256x256 -background transparent $EDEN_BASE_SVG dist/yuzu.bmp || exit magick -size 256x256 -background transparent $EDEN_BASE_SVG dist/qt_themes/default/icons/256x256/eden.png || exit magick -size 256x256 -background transparent $EDEN_NAMED_SVG dist/qt_themes/default/icons/256x256/eden_named.png || exit