mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-27 03:32:59 -03:00
Change colors
This commit is contained in:
parent
c8e4b94503
commit
b00260afeb
1 changed files with 10 additions and 13 deletions
|
@ -46,10 +46,8 @@ 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(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||||
|
@ -70,7 +68,6 @@ def main(cwd=None):
|
||||||
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