Update stockTicker.py

This commit is contained in:
Justin 2023-01-09 19:35:17 +08:00 committed by GitHub
parent f3c6575b79
commit 2ca525337c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -716,9 +716,14 @@ class StockTicker():
'White':(255,255,255), 'White':(255,255,255),
'Red':(255,0,0), 'Red':(255,0,0),
'Green':(0,255,0), 'Green':(0,255,0),
'Dark Green':(0,100,0),
'Blue':(0,0,255), 'Blue':(0,0,255),
'Purple':(255,0,255), 'Purple':(145,0,255),
'Pink':(255,0,255),
'Yellow':(255,255,0), 'Yellow':(255,255,0),
'Orange':(255,130,0),
'Gold':(255,190,0),
'Gray':(100,100,100),
'Cyan':(0,255,255)} 'Cyan':(0,255,255)}
imgs = [] imgs = []
for ind, message in enumerate(all_settings['messages']): for ind, message in enumerate(all_settings['messages']):