[ios] Change interface tint color to green
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
@@ -16,9 +16,9 @@ class DayColors: IColors {
|
|||||||
// Orange color (use for status 15 min in place page)
|
// Orange color (use for status 15 min in place page)
|
||||||
var orange = UIColor(255, 120, 5, alpha100)
|
var orange = UIColor(255, 120, 5, alpha100)
|
||||||
// Blue color (use for links and phone numbers)
|
// Blue color (use for links and phone numbers)
|
||||||
var linkBlue = UIColor(30, 150, 240, alpha100)
|
var linkBlue = UIColor.accent
|
||||||
var linkBlueHighlighted = UIColor(30, 150, 240, alpha30)
|
var linkBlueHighlighted = UIColor.accent
|
||||||
var linkBlueDark = UIColor(25, 135, 215, alpha100)
|
var linkBlueDark = UIColor.accent
|
||||||
var buttonRed = UIColor(244, 67, 67, alpha100)
|
var buttonRed = UIColor(244, 67, 67, alpha100)
|
||||||
var buttonRedHighlighted = UIColor(183, 28, 28, alpha100)
|
var buttonRedHighlighted = UIColor(183, 28, 28, alpha100)
|
||||||
var blackPrimaryText = UIColor(0, 0, 0, alpha87)
|
var blackPrimaryText = UIColor(0, 0, 0, alpha87)
|
||||||
@@ -78,9 +78,9 @@ class NightColors: IColors {
|
|||||||
// Orange color (use for status 15 min in place page)
|
// Orange color (use for status 15 min in place page)
|
||||||
var orange = UIColor(250, 190, 10, alpha100)
|
var orange = UIColor(250, 190, 10, alpha100)
|
||||||
// Blue color (use for links and phone numbers)
|
// Blue color (use for links and phone numbers)
|
||||||
var linkBlue = UIColor(80, 195, 240, alpha100)
|
var linkBlue = UIColor.accent
|
||||||
var linkBlueHighlighted = UIColor(60, 155, 190, alpha30)
|
var linkBlueHighlighted = UIColor.accent
|
||||||
var linkBlueDark = UIColor(75, 185, 230, alpha100)
|
var linkBlueDark = UIColor.accent
|
||||||
var buttonRed = UIColor(244, 67, 67, alpha100)
|
var buttonRed = UIColor(244, 67, 67, alpha100)
|
||||||
var buttonRedHighlighted = UIColor(183, 28, 28, alpha100)
|
var buttonRedHighlighted = UIColor(183, 28, 28, alpha100)
|
||||||
var blackPrimaryText = UIColor(255, 255, 255, alpha90)
|
var blackPrimaryText = UIColor(255, 255, 255, alpha90)
|
||||||
|
|||||||
@@ -11,6 +11,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"idiom" : "universal"
|
"idiom" : "universal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"appearances" : [
|
||||||
|
{
|
||||||
|
"appearance" : "luminosity",
|
||||||
|
"value" : "dark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"color" : {
|
||||||
|
"color-space" : "srgb",
|
||||||
|
"components" : {
|
||||||
|
"alpha" : "1.000",
|
||||||
|
"blue" : "0.482",
|
||||||
|
"green" : "0.737",
|
||||||
|
"red" : "0.486"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"idiom" : "universal"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
|
|||||||
@@ -1,23 +1,26 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "Download All.png",
|
"filename" : "Download All.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "Download All@2x.png",
|
"filename" : "Download All@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "Download All@3x.png",
|
"filename" : "Download All@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"author" : "xcode",
|
||||||
"author" : "xcode"
|
"version" : 1
|
||||||
|
},
|
||||||
|
"properties" : {
|
||||||
|
"template-rendering-intent" : "template"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "btn_float_more_dark.png",
|
"filename" : "btn_float_more_dark.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "btn_float_more_dark@2x.png",
|
"filename" : "btn_float_more_dark@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "btn_float_more_dark@3x.png",
|
"filename" : "btn_float_more_dark@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"author" : "xcode",
|
||||||
"author" : "xcode"
|
"version" : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "btn_float_more_light.png",
|
"filename" : "btn_float_more_light.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "btn_float_more_light@2x.png",
|
"filename" : "btn_float_more_light@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "btn_float_more_light@3x.png",
|
"filename" : "btn_float_more_light@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"author" : "xcode",
|
||||||
"author" : "xcode"
|
"version" : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.6 KiB |
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_dark.png",
|
"filename" : "ic_add_dark.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_dark@2x.png",
|
"filename" : "ic_add_dark@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_dark@3x.png",
|
"filename" : "ic_add_dark@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"author" : "xcode",
|
||||||
"author" : "xcode"
|
"version" : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 409 B |
|
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 726 B |
|
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 1.0 KiB |
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_highlighted_dark.png",
|
"filename" : "ic_add_highlighted_dark.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_highlighted_dark@2x.png",
|
"filename" : "ic_add_highlighted_dark@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_highlighted_dark@3x.png",
|
"filename" : "ic_add_highlighted_dark@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"author" : "xcode",
|
||||||
"author" : "xcode"
|
"version" : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 388 B |
|
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 693 B |
|
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 1.0 KiB |
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_highlighted_light.png",
|
"filename" : "ic_add_highlighted_light.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_highlighted_light@2x.png",
|
"filename" : "ic_add_highlighted_light@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_highlighted_light@3x.png",
|
"filename" : "ic_add_highlighted_light@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"author" : "xcode",
|
||||||
"author" : "xcode"
|
"version" : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 371 B |
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 660 B |
|
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 947 B |
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_light.png",
|
"filename" : "ic_add_light.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_light@2x.png",
|
"filename" : "ic_add_light@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "ic_add_light@3x.png",
|
"filename" : "ic_add_light@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"version" : 1,
|
"author" : "xcode",
|
||||||
"author" : "xcode"
|
"version" : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 409 B |
|
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 729 B |
|
Before Width: | Height: | Size: 622 B After Width: | Height: | Size: 1.0 KiB |
@@ -1061,11 +1061,15 @@
|
|||||||
<segue reference="OEF-kR-jKi"/>
|
<segue reference="OEF-kR-jKi"/>
|
||||||
<segue reference="0A8-4b-0A2"/>
|
<segue reference="0A8-4b-0A2"/>
|
||||||
</inferredMetricsTieBreakers>
|
</inferredMetricsTieBreakers>
|
||||||
|
<color key="tintColor" name="Accent Color"/>
|
||||||
<resources>
|
<resources>
|
||||||
<image name="ic_add_button" width="28" height="28"/>
|
<image name="ic_add_button" width="28" height="28"/>
|
||||||
<image name="ic_arrow_gray_down" width="28" height="28"/>
|
<image name="ic_arrow_gray_down" width="28" height="28"/>
|
||||||
<image name="ic_arrow_gray_right" width="28" height="28"/>
|
<image name="ic_arrow_gray_right" width="28" height="28"/>
|
||||||
<image name="separator_image" width="1" height="1"/>
|
<image name="separator_image" width="1" height="1"/>
|
||||||
|
<namedColor name="Accent Color">
|
||||||
|
<color red="0.3449999988079071" green="0.50599998235702515" blue="0.34099999070167542" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||||
|
</namedColor>
|
||||||
<systemColor name="systemBackgroundColor">
|
<systemColor name="systemBackgroundColor">
|
||||||
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||||
</systemColor>
|
</systemColor>
|
||||||
|
|||||||