new colors
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
c6b98b2ff6
commit
757783deb2
@ -47,6 +47,7 @@ extension UIColor {
|
|||||||
case paletteGreen61
|
case paletteGreen61
|
||||||
case paletteGreen36
|
case paletteGreen36
|
||||||
case paletteGreen26
|
case paletteGreen26
|
||||||
|
case paletteGreen22
|
||||||
case paletteGreen15
|
case paletteGreen15
|
||||||
case paletteGreen10
|
case paletteGreen10
|
||||||
case palettePink87
|
case palettePink87
|
||||||
@ -59,6 +60,16 @@ extension UIColor {
|
|||||||
case palettePurple60
|
case palettePurple60
|
||||||
case palettePurple39
|
case palettePurple39
|
||||||
case palettePurple20
|
case palettePurple20
|
||||||
|
case paletteMonarchred
|
||||||
|
case paletteStone
|
||||||
|
case paletteNeonyellow
|
||||||
|
case paletteCoral
|
||||||
|
case paletteWarmgray95
|
||||||
|
case paletteWarmgray84
|
||||||
|
case paletteWarmgray64
|
||||||
|
case paletteWarmgray41
|
||||||
|
case paletteWarmgray20
|
||||||
|
case paletteWarmgray11
|
||||||
case backgroundPrimaryLight
|
case backgroundPrimaryLight
|
||||||
case backgroundPrimaryDark
|
case backgroundPrimaryDark
|
||||||
case backgroundPrimaryInverseLight
|
case backgroundPrimaryInverseLight
|
||||||
@ -145,7 +156,7 @@ extension UIColor {
|
|||||||
case badgesBackgroundWhiteOndark
|
case badgesBackgroundWhiteOndark
|
||||||
case badgesBackgroundBlackOnlight
|
case badgesBackgroundBlackOnlight
|
||||||
case badgesBackgroundBlackOndark
|
case badgesBackgroundBlackOndark
|
||||||
|
|
||||||
/// Map each color name to its corresponding UIColor object.
|
/// Map each color name to its corresponding UIColor object.
|
||||||
public var uiColor: UIColor {
|
public var uiColor: UIColor {
|
||||||
do {
|
do {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user