diff --git a/tito/core/console.py b/tito/core/console.py index 9a43fdd7..c1fa3bfd 100644 --- a/tito/core/console.py +++ b/tito/core/console.py @@ -66,13 +66,13 @@ def print_ascii_logo(compact: bool = False): logo_lines = [ # Flames positioned closer to T and H for visual cohesion - " 🔥 🔥", # Flames above T and H - " ████████╗ ██████╗ ██████╗ ██████╗██╗ ██╗", # TORCH line 1 - " ╚T═██╔══╝██╔═══██╗██╔══██╗██╔════╝██║ ██║", # TORCH line 2 - " I ██║ ██║ ██║██████╔╝██║ ███████║", # TORCH line 3 - " N ██║ ██║ ██║██╔══██╗██║ ██╔══██║", # TORCH line 4 - " Y ██║ ╚██████╔╝██║ ██║╚██████╗██║ ██║", # TORCH line 5 - " ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝" # TORCH line 6 + " 🔥 🔥", # Flames above T and H + " ████████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗", # TORCH line 1 + " ╚T═██╔══╝ ██╔═══██╗ ██╔══██╗ ██╔════╝ ██║ ██║", # TORCH line 2 + " I ██║ ██║ ██║ ██████╔╝ ██║ ███████║", # TORCH line 3 + " N ██║ ██║ ██║ ██╔══██╗ ██║ ██╔══██║", # TORCH line 4 + " Y ██║ ╚██████╔╝ ██║ ██║ ╚██████╗ ██║ ██║", # TORCH line 5 + " ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝" # TORCH line 6 ] # ============================================ @@ -102,8 +102,9 @@ def print_ascii_logo(compact: bool = False): logo_text.append(line, style=TORCH_COLOR) logo_text.append("\n") - # Add tagline (aligned under TORCH, matches flame glow) - logo_text.append("\n 🔥 Don't import it. Build it.", style=TAGLINE_COLOR) + # Add tagline (aligned under TORCH, matches flame glow + ) + logo_text.append("\n 🔥 Don't import it. Build it.", style=TAGLINE_COLOR) logo_text.append("\n") # Combine logo and tagline