Skip to content

Commit

Permalink
Color change to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mas6y6 committed Dec 3, 2024
1 parent b39cae7 commit b01593c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ def vdump(argsraw):
)

print(
colorama.Fore.MAGENTA
colorama.Fore.LIGHTMAGENTA_EX
+ r""" _______ __ ____ _____
/ ____(_)___ / /_ ___ _____/ __ \/ ___/
/ / / / __ \/ __ \/ _ \/ ___/ / / /\__ \
Expand All @@ -838,7 +838,7 @@ def vdump(argsraw):
Project Codename: Paradox"""
+ colorama.Fore.RESET
)
console.print("")
console.print("\n")

history = InMemoryHistory()
api.updatecompletions()
Expand Down

0 comments on commit b01593c

Please sign in to comment.