Skip to content

Commit 226eb6f

Browse files
committed
Adding old lace color for cheerlights project.
1 parent 00858a1 commit 226eb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_led_animation/color.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
AQUA = (50, 255, 255)
4545
JADE = (0, 255, 40)
4646
AMBER = (255, 100, 0)
47+
OLD_LACE = (253, 245, 230) # Warm white.
4748

4849
RGBW_WHITE_RGB = (255, 255, 255, 0)
4950
RGBW_WHITE_W = (0, 0, 0, 255)

0 commit comments

Comments
 (0)