Changed the running status's color to light blue.
Yellow wasn't standing out well against a white background.
This commit is contained in:
parent
e9bc1c73c1
commit
ca1a5ad01a
3 changed files with 3 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ class Color:
|
|||
yellow = (255, 255, 0)
|
||||
grey_50 = (50, 50, 50)
|
||||
grey_100 = (100, 100, 100)
|
||||
light_blue = (90, 90, 255)
|
||||
|
||||
|
||||
class CharStyle:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue