mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-03 22:33:36 +00:00
refactor(tui): reuse canonical logo (#39951)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
parent
5b84e39f6d
commit
02df1e9737
2 changed files with 1 additions and 6 deletions
|
|
@ -7,5 +7,3 @@ export const go = {
|
|||
left: [" ", "█▀▀▀", "█_^█", "▀▀▀▀"],
|
||||
right: [" ", "█▀▀█", "█__█", "▀▀▀▀"],
|
||||
}
|
||||
|
||||
export const marks = "_^~,"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
const logo = {
|
||||
left: [" ", "█▀▀█ █▀▀█ █▀▀█ █▀▀▄", "█__█ █__█ █^^^ █__█", "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀~~▀"],
|
||||
right: [" ▄ ", "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", "█___ █__█ █__█ █^^^", "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"],
|
||||
}
|
||||
import { logo } from "../logo"
|
||||
|
||||
const reset = "\x1b[0m"
|
||||
const bold = "\x1b[1m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue