Skip to content

Commit c37ea64

Browse files
style: UnicoLab blue/purple branding only
Banner: blue+cyan+magenta (UnicoLab palette) — no green/red/yellow ♥ made with ♥ by UnicoLab — AI & Innovation HTML gradient: #7c3aed → #3b82f6 → #0ea5e9 (purple→blue→sky) Version: magenta AI + blue Innovation + magenta ♥
1 parent 5a974ef commit c37ea64

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

‎cmd/slmcode/cmd_core.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func versionCmd() *cobra.Command {
350350
fmt.Println(cli.Dim("source: " + SourceRoot))
351351
}
352352
fmt.Println(cli.Dim("update: slmcode update"))
353-
fmt.Println(cli.Accent("https://unicolab.ai") + cli.Dim(" — ") + cli.Bold(cli.Magenta("AI")) + " " + cli.Bold(cli.Cyan("&")) + " " + cli.Bold(cli.Green("Innovation")) + " " + cli.Red("♥"))
353+
fmt.Println(cli.Accent("https://unicolab.ai") + cli.Dim(" — ") + cli.Bold(cli.Magenta("AI")) + " " + cli.Dim("&") + " " + cli.Bold(cli.Blue("Innovation")) + " " + cli.Magenta("♥"))
354354
},
355355
}
356356
}

‎cmd/slmcode/ui/app.jsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ function App() {
16561656
<span>1. Type a task above → <em>Run</em></span>
16571657
<span>2. Watch <em>Live</em> while agents work</span>
16581658
<span>3. Drag cards on the <em>Board</em> anytime</span>
1659-
<span style="color: var(--muted); font-size: 0.78rem; margin-top: 0.3rem;">Made with <span style="color:#e53e3e">♥</span> by <a href="https://unicolab.ai" target="_blank" rel="noreferrer" style="color: var(--accent); font-weight: 700;">UnicoLab</a> — <span style="background:linear-gradient(135deg,#7c3aed,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700">AI & Innovation</span></span>
1659+
<span style="color: var(--muted); font-size: 0.78rem; margin-top: 0.3rem;">Made with <span style="color:#e53e3e">♥</span> by <a href="https://unicolab.ai" target="_blank" rel="noreferrer" style="color: var(--accent); font-weight: 700;">UnicoLab</a> — <span style="background:linear-gradient(135deg,#7c3aed,#3b82f6,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700">AI & Innovation</span></span>
16601660
</div>
16611661
)}
16621662

‎cmd/slmcode/ui/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<span style="color:var(--muted)">by</span>
3737
<a href="https://unicolab.ai" target="_blank" rel="noreferrer" style="color:var(--accent);text-decoration:none;font-weight:700">UnicoLab</a>
3838
<span style="color:var(--muted)">—</span>
39-
<span style="background:linear-gradient(135deg,#7c3aed,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700">AI & Innovation</span>
39+
<span style="background:linear-gradient(135deg,#7c3aed,#3b82f6,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700">AI & Innovation</span>
4040
</footer>
4141
<style>
4242
@keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.25)} }

‎pkg/cli/style.go‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ func Banner() string {
5353
╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝`
5454
tagline := Dim(" SLM-first coding harness · oMLX · atomic tasks · live kanban") + "\n"
5555
brand := " " +
56-
Red("♥") + " " +
57-
Yellow("m") + Green("a") + Cyan("d") + Blue("e") + Magenta(" ") +
58-
Red("w") + Yellow("i") + Green("t") + Cyan("h") + Blue(" ") +
59-
Magenta("♥") + Red(" ") + Yellow("b") + Green("y") + Cyan(" ") +
56+
Magenta("♥") + " " +
57+
Blue("m") + Cyan("a") + Blue("d") + Cyan("e") + " " +
58+
Blue("w") + Cyan("i") + Blue("t") + Cyan("h") + " " +
59+
Magenta("♥") + " " + Blue("b") + Cyan("y") + " " +
6060
Bold(Cyan("UnicoLab")) +
6161
Dim(" — ") +
62-
Bold(Magenta("AI")) + " " + Bold(Cyan("&")+" ") + Bold(Green("Innovation")) +
62+
Bold(Magenta("AI")) + " " + Dim("&") + " " + Bold(Blue("Innovation")) +
6363
"\n"
6464
return Accent(logo) + "\n" + tagline + brand
6565
}

0 commit comments

Comments
 (0)