Skip to content

Commit 908900a

Browse files
author
Melissa LeBlanc-Williams
committed
Fixed line endings
1 parent 64149c4 commit 908900a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

led_animation/color.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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)

0 commit comments

Comments
 (0)