Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

New Background Images + URLBar Color Change

  • Loading branch information
Tim Palade authored and mahmoud-adam85 committed May 11, 2018
1 parent 4464da0 commit 9e3803d4b65f9fb5102992788492e240d944cff3
Showing with 9 additions and 7 deletions.
  1. +1 −1 Client/Frontend/Browser/URLBarView.swift
  2. +2 −0 Cliqz/Extensions/ColorExtension.swift
  3. +1 −1 Cliqz/Resources/Cliqz.xcassets/HomePanel/iPadLandscape.imageset/Contents.json
  4. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPadLandscape.imageset/iPad-ls.png
  5. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPadLandscape.imageset/iPad_LS.png
  6. +1 −1 Cliqz/Resources/Cliqz.xcassets/HomePanel/iPadPortrait.imageset/Contents.json
  7. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPadPortrait.imageset/iPad-Portrait.png
  8. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPadPortrait.imageset/iPad.png
  9. +1 −1 Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneLandscape.imageset/Contents.json
  10. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneLandscape.imageset/iPhone_8_Plus-LS.png
  11. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneLandscape.imageset/iPhone_8_plus-LS.png
  12. +1 −1 Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhonePortrait.imageset/Contents.json
  13. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhonePortrait.imageset/iPhone_8_Plus.png
  14. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhonePortrait.imageset/iPhone_8_plus-Portrait.png
  15. +1 −1 Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneXLandscape.imageset/Contents.json
  16. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneXLandscape.imageset/iPhone_X-LS (1).png
  17. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneXLandscape.imageset/iPhone_x-LS.png
  18. +1 −1 Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneXPortrait.imageset/Contents.json
  19. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneXPortrait.imageset/iPhone_X.png
  20. BIN Cliqz/Resources/Cliqz.xcassets/HomePanel/iPhoneXPortrait.imageset/iPhone_x-Portrait.png
@@ -687,7 +687,7 @@ extension URLBarView: Themeable {
backgroundColor = UIColor.Browser.Background.colorFor(theme)
*/
showQRButtonTintColor = UIColor.white
backgroundColor = UIColor.cliqzBluePrimary
backgroundColor = UIColor.cliqzURLBarColor
line.backgroundColor = UIColor.Browser.URLBarDivider.colorFor(theme)
locationContainer.layer.shadowColor = locationBorderColor.cgColor
}
@@ -28,6 +28,8 @@ extension UIColor {
static let cliqzPinkFunctional = UIColor(colorString: "FF7E74")
static let cliqzGrayFunctional = UIColor(colorString: "97A4AE")

//Other
static let cliqzURLBarColor = UIColor(colorString: "4EABEA")

struct CliqzTabTray {
static let ButtonText = BrowserColor(normal: cliqzWhitePrimary, pbm: cliqzWhitePrimary)
@@ -10,7 +10,7 @@
},
{
"idiom" : "universal",
"filename" : "iPad-ls.png",
"filename" : "iPad_LS.png",
"scale" : "3x"
}
],
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
},
{
"idiom" : "universal",
"filename" : "iPad-Portrait.png",
"filename" : "iPad.png",
"scale" : "3x"
}
],
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
},
{
"idiom" : "universal",
"filename" : "iPhone_8_plus-LS.png",
"filename" : "iPhone_8_Plus-LS.png",
"scale" : "3x"
}
],
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
},
{
"idiom" : "universal",
"filename" : "iPhone_8_plus-Portrait.png",
"filename" : "iPhone_8_Plus.png",
"scale" : "3x"
}
],
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
},
{
"idiom" : "universal",
"filename" : "iPhone_x-LS.png",
"filename" : "iPhone_X-LS (1).png",
"scale" : "3x"
}
],
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
},
{
"idiom" : "universal",
"filename" : "iPhone_x-Portrait.png",
"filename" : "iPhone_X.png",
"scale" : "3x"
}
],
Binary file not shown.
Binary file not shown.

0 comments on commit 9e3803d

Please sign in to comment.