Add orange and purple colors to Colors.kt
This commit is contained in:
parent
87106d4e7a
commit
301aa0cc89
|
@ -7,5 +7,7 @@ enum class Colors(val hexValue: Int) {
|
||||||
GOLD(0xe69500),
|
GOLD(0xe69500),
|
||||||
BLUE(0x6C9E9D),
|
BLUE(0x6C9E9D),
|
||||||
RED(0x660000),
|
RED(0x660000),
|
||||||
GREEN(0x00FF7F)
|
GREEN(0x00FF7F),
|
||||||
|
ORANGE(0xf18e33),
|
||||||
|
PURPLE(0xA97BFF)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue