mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Prettier ASCII art
This commit is contained in:
parent
8c9d101f31
commit
a07c66d689
2 changed files with 33 additions and 48 deletions
|
@ -44,8 +44,11 @@ class Common:
|
|||
"""
|
||||
|
||||
C_RESET = "\033[0m"
|
||||
C_BOLD = "\033[01m"
|
||||
C_LIGHTGRAY = "\033[37m"
|
||||
C_DARKGRAY = "\033[90m"
|
||||
C_LIGHTPURPLE = "\033[95m"
|
||||
C_DARKPURPLE = "\033[35m"
|
||||
|
||||
def __init__(self, verbose=False):
|
||||
self.verbose = verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue