opencode-mask-j0k3r-dev-rgl 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ascii-frames.ts +51 -22
  2. package/package.json +2 -2
package/ascii-frames.ts CHANGED
@@ -47,31 +47,60 @@ export const archLogoHome: string[] = [
47
47
  " ########### ",
48
48
  ];
49
49
 
50
- // Line-to-zone mapping: "neonBlue" or "white"
51
- export const homeLogoZones: ("neonBlue" | "white")[] = [
52
- "neonBlue", // line 0: -`
53
- "neonBlue", // line 1: .o+`
54
- "neonBlue", // line 2: `ooo/
55
- "neonBlue", // line 3: `+oooo:
56
- "neonBlue", // line 4: `+oooooo:
57
- "neonBlue", // line 5: -+oooooo+:
58
- "neonBlue", // line 6: `/:-:++oooo+:
59
- "neonBlue", // line 7: `/++++/+++++++:
60
- "neonBlue", // line 8: `/+++++++++++++++:
61
- "white", // line 9: `/+++oooooooooooo/`
62
- "white", // line 10: ./ooosssso++osssssso+`
63
- "white", // line 11: .oossssso-````/ossssss+`
64
- "neonBlue", // line 12: -osssssso. :ssssssso.
65
- "neonBlue", // line 13: :osssssss/ osssso+++.
66
- "neonBlue", // line 14: /ossssssss/ +ssssooo/-
67
- "neonBlue", // line 15: `/ossssso+/:- -:/+osssso+-
68
- "neonBlue", // line 16: `+sso+:-` `.-/+oso:
69
- "neonBlue", // line 17: `++:. `-/+/
70
- "neonBlue", // line 18: .` `/
50
+ // Line-to-zone mapping: "hotPink" or "white"
51
+ export const homeLogoZones: ("hotPink" | "white")[] = [
52
+ "hotPink", // line 0
53
+ "hotPink", // line 1
54
+ "hotPink", // line 2
55
+ "hotPink", // line 3
56
+ "hotPink", // line 4
57
+ "hotPink", // line 5
58
+ "hotPink", // line 6
59
+ "hotPink", // line 7
60
+ "white", // line 8
61
+ "white", // line 9
62
+ "white", // line 10
63
+ "hotPink", // line 11
64
+ "hotPink", // line 12
65
+ "hotPink", // line 13
66
+ "hotPink", // line 14
67
+ "hotPink", // line 15
68
+ "hotPink", // line 16
69
+ "hotPink", // line 17
70
+ "hotPink", // line 18
71
+ "hotPink", // line 19
72
+ "hotPink", // line 20
73
+ "hotPink", // line 21
74
+ "hotPink", // line 22
75
+ "hotPink", // line 23
76
+ "hotPink", // line 24
77
+ "hotPink", // line 25
78
+ "hotPink", // line 26
79
+ "hotPink", // line 27
80
+ "hotPink", // line 28
81
+ "hotPink", // line 29
82
+ "hotPink", // line 30
83
+ "hotPink", // line 31
84
+ "hotPink", // line 32
85
+ "hotPink", // line 33
86
+ "hotPink", // line 34
87
+ "hotPink", // line 35
88
+ "hotPink", // line 36
89
+ "hotPink", // line 37
90
+ "hotPink", // line 38
91
+ "hotPink", // line 39
92
+ "hotPink", // line 40
93
+ "hotPink", // line 41
94
+ "hotPink", // line 42
95
+ "hotPink", // line 43
96
+ "hotPink", // line 44
97
+ "hotPink", // line 45
98
+ "hotPink", // line 46
99
+ "hotPink", // line 47
71
100
  ];
72
101
 
73
102
  // ─── Sidebar logo (compact) ──────────────────────────────────────────────────
74
- export const jokerLogoSidebar: string[] = [
103
+ export const archLogoSidebar: string[] = [
75
104
  " ############# ",
76
105
  " ######################## ",
77
106
  " ####### ################## ",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "opencode-mask-j0k3r-dev-rgl",
4
- "version": "2.0.8",
5
- "description": "Arch Linux TUI mask for OpenCode — neon blue + hot pink theme with prominent ASCII logo and j0k3r-dev-rgl@latest legend",
4
+ "version": "2.0.9",
5
+ "description": "Arch Linux TUI mask for OpenCode — hot pink theme with prominent ASCII logo and j0k3r-dev-rgl@latest legend",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  "./tui": {