Skip to content

Commit c9cef28

Browse files
chore: update ASCII art logo to a new retro style
1 parent 15d0d12 commit c9cef28

1 file changed

Lines changed: 12 additions & 17 deletions

File tree

src/core/TerminalUI.js

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,17 @@ const boxStyles = {
5858
},
5959
};
6060

61-
/* eslint-disable no-useless-escape */
62-
// ASCII Art for logo - Cool Retro Style
63-
const asciiLogo = `
64-
________ ___ ________ ___ __ ________ ___ ________ ___ __
65-
|\ ____\|\ \ |\ __ \|\ \ |\ \|\ _____\\ \ |\ __ \|\ \ |\ \
66-
\ \ \___|\ \ \ \ \ \|\ \ \ \ \ \ \ \ \__/\ \ \ \ \ \|\ \ \ \ \ \ \
67-
\ \ \ \ \ \ \ \ __ \ \ \ __\ \ \ \ __\\ \ \ \ \ \\\ \ \ \ __\ \ \
68-
\ \ \____\ \ \____\ \ \ \ \ \ \|\__\_\ \ \ \_| \ \ \____\ \ \\\ \ \ \|\__\_\ \
69-
\ \_______\ \_______\ \__\ \__\ \____________\ \__\ \ \_______\ \_______\ \____________\
70-
\|_______|\|_______|\|__|\|__|\|____________|\|__| \|_______|\|_______|\|____________|
71-
72-
73-
74-
ClawFlow - Skill + Cron Installer for OpenClaw
75-
`;
76-
/* eslint-enable no-useless-escape */
61+
// ASCII Art for logo
62+
const asciiLogo = `
63+
██████╗██╗ █████╗ ██╗ ██╗███████╗██╗ ██████╗ ██╗ ██╗
64+
██╔════╝██║ ██╔══██╗██║ ██║██╔════╝██║ ██╔═══██╗██║ ██║
65+
██║ ██║ ███████║██║ █╗ ██║█████╗ ██║ ██║ ██║██║ █╗ ██║
66+
██║ ██║ ██╔══██║██║███╗██║██╔══╝ ██║ ██║ ██║██║███╗██║
67+
╚██████╗███████╗██║ ██║╚███╔███╔╝██║ ███████╗╚██████╔╝╚███╔███╔╝
68+
╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚══════╝ ╚═════╝ ╚══╝╚══╝
69+
70+
ClawFlow - Skill + Cron Installer for OpenClaw
71+
`;
7772

7873
// Mini logo for sub-headers
7974
const miniLogo = `
@@ -180,7 +175,7 @@ function createProgressBar(total, current, width = 30) {
180175
/**
181176
* Print main banner
182177
*/
183-
function printBanner(_pkgVersion = '1.0.0') {
178+
function printBanner(_pkgVersion = '1.0.0') {
184179
const banner = gradientText(asciiLogo, colors.primary, colors.secondary);
185180

186181
console.log(chalk.bgBlack(banner));

0 commit comments

Comments
 (0)