Choose a green that works well in 256 and true color terminals.
This commit is contained in:
parent
1dc0152e65
commit
7ba30bdb49
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class Color:
|
|||
white = (255, 255, 255)
|
||||
red = (196, 2, 51)
|
||||
green = (0, 159, 107)
|
||||
dark_green = (0, 110, 58)
|
||||
dark_green = (0, 119, 80)
|
||||
blue = (0, 135, 189)
|
||||
lime = (0, 255, 0)
|
||||
yellow = (255, 211, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue