Make dark green a little brighter.
- To standout better from the normal status's grey.
This commit is contained in:
parent
e6872aacb7
commit
dd7e740ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class Color:
|
|||
white = (255, 255, 255)
|
||||
red = (196, 2, 51)
|
||||
green = (0, 159, 107)
|
||||
dark_green = (0, 100, 0)
|
||||
dark_green = (0, 110, 58)
|
||||
blue = (0, 135, 189)
|
||||
lime = (0, 255, 0)
|
||||
yellow = (255, 211, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue