aboutsummaryrefslogtreecommitdiff
path: root/Map/Assets.xcassets/Colors
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 15:13:58 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 15:13:58 +0200
commitee5f1ff07ebf275becb47d5a9159130b2190c485 (patch)
treedf5996ecc1e446e8aa6185e04b2995238b58a2af /Map/Assets.xcassets/Colors
parent49766f0c78015831f8be57349317f0d1c8228327 (diff)
More control over theme
Diffstat (limited to 'Map/Assets.xcassets/Colors')
-rw-r--r--Map/Assets.xcassets/Colors/Secondary.colorset/Contents.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/Map/Assets.xcassets/Colors/Secondary.colorset/Contents.json b/Map/Assets.xcassets/Colors/Secondary.colorset/Contents.json
new file mode 100644
index 0000000..02a3b46
--- /dev/null
+++ b/Map/Assets.xcassets/Colors/Secondary.colorset/Contents.json
@@ -0,0 +1,38 @@
+{
+ "colors" : [
+ {
+ "color" : {
+ "color-space" : "srgb",
+ "components" : {
+ "alpha" : "1.000",
+ "blue" : "0.488",
+ "green" : "0.500",
+ "red" : "0.434"
+ }
+ },
+ "idiom" : "universal"
+ },
+ {
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ],
+ "color" : {
+ "color-space" : "srgb",
+ "components" : {
+ "alpha" : "1.000",
+ "blue" : "0xE3",
+ "green" : "0xE6",
+ "red" : "0xDA"
+ }
+ },
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}