Tweaked status colours.
- The normal and okay statuses were too similar.
This commit is contained in:
parent
4c58d377e2
commit
6a0bacc805
3 changed files with 3 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ class Color:
|
|||
grey_50 = (50, 50, 50)
|
||||
grey_100 = (100, 100, 100)
|
||||
grey_150 = (150, 150, 150)
|
||||
grey_200 = (200, 200, 200)
|
||||
light_blue = (173, 216, 230)
|
||||
purple = (200, 0, 200)
|
||||
brown = (150, 75, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue