This repository was archived by the owner on Jan 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
[Fix] Dark Mode λμμ μν DesignSystem > Color μ½λ 리ν©ν λ§Β #38
Copy link
Copy link
Open
Labels
β»οΈ 리ν©ν λ§κΈ°μ‘΄ μ½λ 리ν©ν λ§κΈ°μ‘΄ μ½λ 리ν©ν λ§νμμπ¨ Common viewκ³΅ν΅ μ»€μ€ν
λ·° κ΄λ ¨κ³΅ν΅ 컀μ€ν
λ·° κ΄λ ¨
Description
κΈ°λ₯ μ€λͺ
νμ¬ μ¬μ©νλ ColorSet.swiftμ UIColor κ°λ€μ Assets.xcassetsμ μμ‘΄μ μ΄λλ‘ μμ
μ΄ν λ€ν¬λͺ¨λ μ μ©μ μμνκ² νλ€
νμ¬ λμ
extension UIColor {
// MARK: Custom System Colors
static let mainColor = UIColor(hex: "#5086FF")
static let subColor = UIColor(hex: "#EAF0FF")
static let backgroundColor = UIColor.white
static let accentColor = UIColor(hex: "#17191C")
static let lightGray = UIColor(hex: "#ECEFF2")
static let darkGray = UIColor(hex: "#AAAEB6")
static let gray900 = UIColor(hex: "#17191C")
static let gray800 = UIColor(hex: "#32353A")
static let gray700 = UIColor(hex: "#515459")
static let gray600 = UIColor(hex: "#747880")
static let gray500 = UIColor(hex: "#8B929C")
static let gray400 = UIColor(hex: "#AAAEB6")
static let gray300 = UIColor(hex: "#C9CED5")
static let gray200 = UIColor(hex: "#ECEFF2")
static let gray100 = UIColor(hex: "#F5F7F8")
static let worange = UIColor(hex: "#FF8F3E")
static let wblue = UIColor(hex: "#5086FF")
}λͺ¨λ 컀μ€ν κ°λ€μ΄ μμλ‘ μ μΈλμ΄ μλ€
κΈ°λ λμ
μ»¬λ¬ κ°λ€μ Assetsμ λ£μ ν ColorSet.swiftμμ ν΄λΉ μ»¬λ¬ μ 보λ₯Ό μ¬μ©νλλ‘ μ°κ²°νλ€
extension UIColor {
// MARK: Custom System Colors
static let mainColor = UIColor(named: "mainColor")!
...
}λ€ν¬ λͺ¨λ μμκ°μ΄ λμ€λ©΄ 리ν©ν λ§μ μ§ν
Metadata
Metadata
Assignees
Labels
β»οΈ 리ν©ν λ§κΈ°μ‘΄ μ½λ 리ν©ν λ§κΈ°μ‘΄ μ½λ 리ν©ν λ§νμμπ¨ Common viewκ³΅ν΅ μ»€μ€ν
λ·° κ΄λ ¨κ³΅ν΅ 컀μ€ν
λ·° κ΄λ ¨