mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
fix(ascii): color of logo
This commit is contained in:
@@ -105,8 +105,8 @@ _ascii_art = """
|
||||
╚══════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝
|
||||
"""
|
||||
|
||||
_start_rgb = (255, 69, 0)
|
||||
_end_rgb = (255, 165, 0) # Orange
|
||||
_start_rgb = (88, 101, 242)
|
||||
_end_rgb = (114, 137, 218)
|
||||
|
||||
ascii = gradient_text_selective(_ascii_art, _start_rgb, _end_rgb, "neoarz", "Made by ")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user