taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 94b94dfd3a96756bff82421edcb8c15590bd87ff
parent 6ab2af6a00730c284aacd56e852377791681605e
Author: Marc Stibane <marc@taler.net>
Date:   Sun, 22 Dec 2024 18:54:58 +0100

Taler Color

Diffstat:
ATalerWallet1/Assets.xcassets/Taler.colorset/Contents.json | 38++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+), 0 deletions(-)

diff --git a/TalerWallet1/Assets.xcassets/Taler.colorset/Contents.json b/TalerWallet1/Assets.xcassets/Taler.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "display-p3", + "components" : { + "alpha" : "1.000", + "blue" : "179", + "green" : "66", + "red" : "0" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "display-p3", + "components" : { + "alpha" : "1.000", + "blue" : "255", + "green" : "134", + "red" : "0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +}