File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1- RED = (255 , 0 , 0 )
2- YELLOW = (255 , 150 , 0 )
3- ORANGE = (255 , 40 , 0 )
4- GREEN = (0 , 255 , 0 )
5- TEAL = (0 , 255 , 120 )
6- CYAN = (0 , 255 , 255 )
7- BLUE = (0 , 0 , 255 )
8- PURPLE = (180 , 0 , 255 )
9- MAGENTA = (255 , 0 , 20 )
10- WHITE = (255 , 255 , 255 )
11-
12- # Sparkle colors:
13- GOLD = (255 , 222 , 30 )
14- PINK = (242 , 90 , 255 )
15- AQUA = (50 , 255 , 255 )
16- JADE = (0 , 255 , 40 )
17- AMBER = (255 , 100 , 0 )
1+ RED = (255 , 0 , 0 )
2+ YELLOW = (255 , 150 , 0 )
3+ ORANGE = (255 , 40 , 0 )
4+ GREEN = (0 , 255 , 0 )
5+ TEAL = (0 , 255 , 120 )
6+ CYAN = (0 , 255 , 255 )
7+ BLUE = (0 , 0 , 255 )
8+ PURPLE = (180 , 0 , 255 )
9+ MAGENTA = (255 , 0 , 20 )
10+ WHITE = (255 , 255 , 255 )
11+
12+ # Sparkle colors:
13+ GOLD = (255 , 222 , 30 )
14+ PINK = (242 , 90 , 255 )
15+ AQUA = (50 , 255 , 255 )
16+ JADE = (0 , 255 , 40 )
17+ AMBER = (255 , 100 , 0 )
You can’t perform that action at this time.
0 commit comments