From fdb4633d3e9158e457d57e820df6e1efb4df39c2 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 7 May 2023 15:22:54 +0200 Subject: Update to support notes + new style --- .../AccentColor.colorset/Contents.json | 6 ++-- .../AppIcon.appiconset/icon_128x128.png | Bin 5641 -> 9258 bytes .../AppIcon.appiconset/icon_128x128@2x.png | Bin 13167 -> 24714 bytes .../AppIcon.appiconset/icon_16x16.png | Bin 628 -> 629 bytes .../AppIcon.appiconset/icon_16x16@2x.png | Bin 1367 -> 1588 bytes .../AppIcon.appiconset/icon_256x256.png | Bin 12374 -> 24153 bytes .../AppIcon.appiconset/icon_256x256@2x.png | Bin 29179 -> 69122 bytes .../AppIcon.appiconset/icon_32x32.png | Bin 1367 -> 1588 bytes .../AppIcon.appiconset/icon_32x32@2x.png | Bin 2285 -> 3343 bytes .../AppIcon.appiconset/icon_512x512.png | Bin 29179 -> 69122 bytes .../AppIcon.appiconset/icon_512x512@2x.png | Bin 74672 -> 216083 bytes .../Colors/Background.colorset/Contents.json | 38 +++++++++++++++++++++ Map/Assets.xcassets/Colors/Contents.json | 6 ++++ .../Colors/Foreground.colorset/Contents.json | 38 +++++++++++++++++++++ Map/Assets.xcassets/Colors/Syntax/Contents.json | 6 ++++ .../Colors/Syntax/Number.colorset/Contents.json | 20 +++++++++++ .../Colors/Syntax/Option.colorset/Contents.json | 20 +++++++++++ .../Colors/Syntax/Symbol.colorset/Contents.json | 20 +++++++++++ .../Colors/Syntax/Vertex.colorset/Contents.json | 38 +++++++++++++++++++++ Map/Assets.xcassets/Colors/Theme/Contents.json | 6 ++++ .../Theme/Dark Neutral Gray.colorset/Contents.json | 20 +++++++++++ .../Colors/Theme/Dark Slate.colorset/Contents.json | 20 +++++++++++ .../Colors/Theme/Jasper Red.colorset/Contents.json | 20 +++++++++++ .../Light Neutral Gray.colorset/Contents.json | 20 +++++++++++ .../Theme/Neutral Gray.colorset/Contents.json | 20 +++++++++++ .../Theme/Olympic Blue.colorset/Contents.json | 20 +++++++++++ 26 files changed, 315 insertions(+), 3 deletions(-) create mode 100644 Map/Assets.xcassets/Colors/Background.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Foreground.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Syntax/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Syntax/Number.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Syntax/Option.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Syntax/Symbol.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Syntax/Vertex.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Theme/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Theme/Dark Neutral Gray.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Theme/Dark Slate.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Theme/Jasper Red.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Theme/Light Neutral Gray.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Theme/Neutral Gray.colorset/Contents.json create mode 100644 Map/Assets.xcassets/Colors/Theme/Olympic Blue.colorset/Contents.json (limited to 'Map/Assets.xcassets') diff --git a/Map/Assets.xcassets/AccentColor.colorset/Contents.json b/Map/Assets.xcassets/AccentColor.colorset/Contents.json index c981db7..b90aa6c 100644 --- a/Map/Assets.xcassets/AccentColor.colorset/Contents.json +++ b/Map/Assets.xcassets/AccentColor.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0.969", - "green" : "0.871", - "red" : "1.000" + "blue" : "0xF0", + "green" : "0xB3", + "red" : "0xFF" } }, "idiom" : "universal" diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_128x128.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_128x128.png index b4618d4..b5ff983 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_128x128.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_128x128.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png index dfdf396..109328a 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_16x16.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_16x16.png index fb22da2..31acec7 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_16x16.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_16x16.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png index a2ea184..d9a0db3 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_256x256.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_256x256.png index cbe1cfc..b6a0286 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_256x256.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_256x256.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png index 64bc6b5..d674c53 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_32x32.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_32x32.png index a2ea184..d9a0db3 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_32x32.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_32x32.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png index 5663b5e..650d9ff 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_512x512.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_512x512.png index 64bc6b5..d674c53 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_512x512.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_512x512.png differ diff --git a/Map/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png b/Map/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png index bfa4365..5b5cdd6 100644 Binary files a/Map/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png and b/Map/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png differ diff --git a/Map/Assets.xcassets/Colors/Background.colorset/Contents.json b/Map/Assets.xcassets/Colors/Background.colorset/Contents.json new file mode 100644 index 0000000..d55bcdc --- /dev/null +++ b/Map/Assets.xcassets/Colors/Background.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x26", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Contents.json b/Map/Assets.xcassets/Colors/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Foreground.colorset/Contents.json b/Map/Assets.xcassets/Colors/Foreground.colorset/Contents.json new file mode 100644 index 0000000..6a9d7a1 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Foreground.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x26", + "red" : "0x0F" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Syntax/Contents.json b/Map/Assets.xcassets/Colors/Syntax/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Syntax/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Syntax/Number.colorset/Contents.json b/Map/Assets.xcassets/Colors/Syntax/Number.colorset/Contents.json new file mode 100644 index 0000000..890992f --- /dev/null +++ b/Map/Assets.xcassets/Colors/Syntax/Number.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.902", + "green" : "0.561", + "red" : "0.310" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Syntax/Option.colorset/Contents.json b/Map/Assets.xcassets/Colors/Syntax/Option.colorset/Contents.json new file mode 100644 index 0000000..bad8227 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Syntax/Option.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x00", + "green" : "0x2B", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Syntax/Symbol.colorset/Contents.json b/Map/Assets.xcassets/Colors/Syntax/Symbol.colorset/Contents.json new file mode 100644 index 0000000..8bea0d3 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Syntax/Symbol.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA2", + "green" : "0xA6", + "red" : "0x90" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Syntax/Vertex.colorset/Contents.json b/Map/Assets.xcassets/Colors/Syntax/Vertex.colorset/Contents.json new file mode 100644 index 0000000..2aa2733 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Syntax/Vertex.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.474", + "green" : "0.671", + "red" : "0.180" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCC", + "green" : "0xFF", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Theme/Contents.json b/Map/Assets.xcassets/Colors/Theme/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Theme/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Theme/Dark Neutral Gray.colorset/Contents.json b/Map/Assets.xcassets/Colors/Theme/Dark Neutral Gray.colorset/Contents.json new file mode 100644 index 0000000..8bea0d3 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Theme/Dark Neutral Gray.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA2", + "green" : "0xA6", + "red" : "0x90" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Theme/Dark Slate.colorset/Contents.json b/Map/Assets.xcassets/Colors/Theme/Dark Slate.colorset/Contents.json new file mode 100644 index 0000000..1d36938 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Theme/Dark Slate.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x26", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Theme/Jasper Red.colorset/Contents.json b/Map/Assets.xcassets/Colors/Theme/Jasper Red.colorset/Contents.json new file mode 100644 index 0000000..bad8227 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Theme/Jasper Red.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x00", + "green" : "0x2B", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Theme/Light Neutral Gray.colorset/Contents.json b/Map/Assets.xcassets/Colors/Theme/Light Neutral Gray.colorset/Contents.json new file mode 100644 index 0000000..f6a9b18 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Theme/Light Neutral Gray.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE3", + "green" : "0xE6", + "red" : "0xDA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Theme/Neutral Gray.colorset/Contents.json b/Map/Assets.xcassets/Colors/Theme/Neutral Gray.colorset/Contents.json new file mode 100644 index 0000000..2e346d1 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Theme/Neutral Gray.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCC", + "green" : "0xD1", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Colors/Theme/Olympic Blue.colorset/Contents.json b/Map/Assets.xcassets/Colors/Theme/Olympic Blue.colorset/Contents.json new file mode 100644 index 0000000..9e62414 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Theme/Olympic Blue.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE6", + "green" : "0x8F", + "red" : "0x4F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} -- cgit