mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-06 22:09:15 -04:00
Change colors
This commit is contained in:
parent
0f1e015634
commit
ab5d7d41ea
1 changed files with 10 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue