Add soft white color
This commit is contained in:
parent
1747b270cb
commit
84e3b492cc
|
@ -8,3 +8,4 @@ GREEN = [0, 255, 0 ]
|
|||
BLUE = [0, 64, 128]
|
||||
|
||||
DARK_ORANGE = [255, 48, 0 ]
|
||||
SOFT_WHITE = [240, 220, 210]
|
||||
|
|
Loading…
Reference in New Issue