diff --git a/MVMCoreUI/Categories/UIColor+Extension.swift b/MVMCoreUI/Categories/UIColor+Extension.swift index 966436cf..59be616b 100644 --- a/MVMCoreUI/Categories/UIColor+Extension.swift +++ b/MVMCoreUI/Categories/UIColor+Extension.swift @@ -21,6 +21,7 @@ extension UIColor { public static let names: [String: ColorHexTuple] = ["black": (.mvmBlack, "#000000"), "white": (.mvmWhite, "#FFFFFF"), "red": (.mvmRed, "#EE0000"), + "monarchRed": (VDSCoreTokens.VDSColor.paletteMonarchred, "#f50a23"), "pink": (.mvmPink, "#D90368"), "pink33": (.mvmPink33, "#F2ABCD"), "pink66": (.mvmPink66, "#E6589B"), @@ -48,7 +49,8 @@ extension UIColor { "blueShade1": (.mvmBlueShade1, "#136598"), "blueShade2": (.mvmBlueShade2, "#0B4467"), "blueInverted": (.mvmBlueInverted, "#0088CE"), - "yellow": (.mvmYellow, "#F5FF1E"), + "yellow": (.mvmYellow, "#FFBC3D"), + "neonYellow": (VDSCoreTokens.VDSColor.paletteNeonyellow, "#f5ff1e"), "coolGray1": (.mvmCoolGray1, "#F6F6F6"), "coolGray3": (.mvmCoolGray3, "#D8DADA"), "coolGray6": (.mvmCoolGray6, "#747676"), diff --git a/MVMCoreUI/Categories/colors.xcassets/yellow.colorset/Contents.json b/MVMCoreUI/Categories/colors.xcassets/yellow.colorset/Contents.json index 5d0cb64a..8467664a 100644 --- a/MVMCoreUI/Categories/colors.xcassets/yellow.colorset/Contents.json +++ b/MVMCoreUI/Categories/colors.xcassets/yellow.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0x1E", - "green" : "0xFF", - "red" : "0xF5" + "blue" : "0x3D", + "green" : "0xBC", + "red" : "0xFF" } }, "idiom" : "universal"