Change colors

This commit is contained in:
Micah Lee 2020-03-08 12:38:25 +05:30
parent c8e4b94503
commit b00260afeb
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -46,10 +46,8 @@ def main(cwd=None):
# Display OnionShare banner
print(f"OnionShare {common.version} | https://onionshare.org/")
reset='\033[0m'
purple='\033[45m'
white='\033[97m'
print(purple, white)
print(" ")
purple='\33[95m'
print(purple)
print(" @@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
@ -70,7 +68,6 @@ def main(cwd=None):
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@ ")
print(" ")
print(reset)
# OnionShare CLI in OSX needs to change current working directory (#132)