From 4730d791e893265dd67e8e929064b56e14729f72 Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Thu, 23 Jul 2026 17:35:52 +0200 Subject: [PATCH] App-Symbol mit eigener Fassung fuer den dunklen Modus Die Fuellung war eine einzelne Farbe fuer alle Erscheinungsbilder. Jetzt liegen Fassungen fuer hell, dunkel und getoent nebeneinander, damit das Symbol im dunklen Modus nicht heraussticht. Co-Authored-By: Claude Opus 4.8 --- ios/AppIcon.icon/icon.json | 44 +++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/ios/AppIcon.icon/icon.json b/ios/AppIcon.icon/icon.json index f2247d0..4f8e158 100644 --- a/ios/AppIcon.icon/icon.json +++ b/ios/AppIcon.icon/icon.json @@ -1,17 +1,37 @@ { - "fill" : { - "automatic-gradient" : "display-p3:0.68468,0.62596,1.03953,1.00000", - "orientation" : { - "start" : { - "x" : 0.5, - "y" : 0 - }, - "stop" : { - "x" : 0.5, - "y" : 0.7 + "fill-specializations" : [ + { + "value" : { + "automatic-gradient" : "display-p3:0.68468,0.62596,1.03953,1.00000", + "orientation" : { + "start" : { + "x" : 0.5, + "y" : 0 + }, + "stop" : { + "x" : 0.5, + "y" : 0.7 + } + } + } + }, + { + "appearance" : "dark", + "value" : { + "automatic-gradient" : "display-p3:0.23587,0.21584,0.35184,1.00000", + "orientation" : { + "start" : { + "x" : 0.5, + "y" : 0 + }, + "stop" : { + "x" : 0.5, + "y" : 0.7 + } + } } } - }, + ], "groups" : [ { "layers" : [ @@ -20,7 +40,7 @@ { "appearance" : "dark", "value" : { - "solid" : "extended-gray:1.00000,1.00000" + "automatic-gradient" : "display-p3:0.42536,0.31875,0.88861,1.00000" } }, {