mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 11:13:00 -03:00
Change colors
This commit is contained in:
parent
c8e4b94503
commit
b00260afeb
1 changed files with 10 additions and 13 deletions
|
@ -46,14 +46,12 @@ def main(cwd=None):
|
||||||
# Display OnionShare banner
|
# Display OnionShare banner
|
||||||
print(f"OnionShare {common.version} | https://onionshare.org/")
|
print(f"OnionShare {common.version} | https://onionshare.org/")
|
||||||
reset='\033[0m'
|
reset='\033[0m'
|
||||||
purple='\033[45m'
|
purple='\33[95m'
|
||||||
white='\033[97m'
|
print(purple)
|
||||||
print(purple, white)
|
print(" @@@@@@@@@ ")
|
||||||
print(" ")
|
print(" @@@@@@@@@@@@@@@@@@@ ")
|
||||||
print(" @@@@@@@@@ ")
|
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||||
print(" @@@@@@@@@@@@@@@@@@@ ")
|
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
|
||||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
|
||||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ___ _ ")
|
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ___ _ ")
|
||||||
print(" @@@@@@ @@@@@@@@@@@@@ / _ \ (_) ")
|
print(" @@@@@@ @@@@@@@@@@@@@ / _ \ (_) ")
|
||||||
print(" @@@@ @ @@@@@@@@@@@ | | | |_ __ _ ___ _ __ ")
|
print(" @@@@ @ @@@@@@@@@@@ | | | |_ __ _ ___ _ __ ")
|
||||||
|
@ -66,11 +64,10 @@ def main(cwd=None):
|
||||||
print(" @@@@@@@@@@@ @ @@@@ `--. \ '_ \ / _` | '__/ _ \\")
|
print(" @@@@@@@@@@@ @ @@@@ `--. \ '_ \ / _` | '__/ _ \\")
|
||||||
print(" @@@@@@@@@@@@@ @@@@@@ /\__/ / | | | (_| | | | __/")
|
print(" @@@@@@@@@@@@@ @@@@@@ /\__/ / | | | (_| | | | __/")
|
||||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \____/|_| |_|\__,_|_| \___|")
|
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \____/|_| |_|\__,_|_| \___|")
|
||||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||||
print(" @@@@@@@@@@@@@@@@@@@ ")
|
print(" @@@@@@@@@@@@@@@@@@@ ")
|
||||||
print(" @@@@@@@@@ ")
|
print(" @@@@@@@@@ ")
|
||||||
print(" ")
|
|
||||||
print(reset)
|
print(reset)
|
||||||
|
|
||||||
# OnionShare CLI in OSX needs to change current working directory (#132)
|
# OnionShare CLI in OSX needs to change current working directory (#132)
|
||||||
|
|
Loading…
Add table
Reference in a new issue