Commit 21a2d777 authored by mercury233's avatar mercury233

colors constant

parent 8e88020d
...@@ -247,6 +247,16 @@ ...@@ -247,6 +247,16 @@
"ATTRIBUTE_LIGHT": 16, "ATTRIBUTE_LIGHT": 16,
"ATTRIBUTE_DARK": 32, "ATTRIBUTE_DARK": 32,
"ATTRIBUTE_DEVINE": 64 "ATTRIBUTE_DEVINE": 64
},
"COLORS": {
"RED": 11,
"GREEN": 12,
"BLUE": 13,
"BABYBLUE": 14,
"PINK": 15,
"YELLOW": 16,
"WHITE": 17,
"GRAY": 18
} }
} }
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment