Skip to content

Commit e569b4d

Browse files
authored
decrease cli logo height a bit (#376)
* decrease cli logo height a bit * improve 'e'
1 parent 03f05f4 commit e569b4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tremolo/utils.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ def print_logo():
177177
RESET = '\033[0m'
178178

179179
try:
180-
print(f'\n {BLUE}▄▄██{RESET}')
180+
print(f'\n {BLUE}▃▃▇▇{RESET}')
181181
except UnicodeEncodeError:
182182
return
183183

184-
print(f' {BLUE}▀▀ {RESET}')
185-
print(f' █▀▀ █▄▀▀ ▄▀▀▀▄ ▄▀▀█▀▀▄ ▄▀▀▀▄ {BLUE}▄▄██{RESET} ▄▀▀▀▄')
186-
print(f' █ █ █▄▄▄█ █ █ █ █ █ {BLUE}▀▀ {RESET} █ █')
187-
print(f' █ █ █ █ █ █ █ █ {BLUE}▄▄██{RESET} █ █')
184+
print(f' {BLUE}▀▀ {RESET}')
185+
print(f' █▃▃ ▃ ▃▃ ▃▃▃ ▃▃▃ ▃▃ ▃▃▃ {BLUE}▃▃▇▇{RESET} ▃▃▃ ')
186+
print(f' █ █ █▂▂▂█ █ █ █ █ █ {BLUE}▀▀ {RESET} █ █')
187+
print(f' █ █ █▔▔▔▔ █ █ █ █ █ {BLUE}▃▃▇▇{RESET} █ █')
188188
print(f' ▀▀▀ ▀ ▀▀▀ ▀ ▀ ▀ ▀▀▀ {BLUE}▀▀ {RESET} ▀▀▀ \n')
189189

190190

0 commit comments

Comments
 (0)