opencode-mask-j0k3r-dev-rgl 2.0.7 → 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.
- package/ascii-frames.ts +125 -62
- package/package.json +2 -2
package/ascii-frames.ts
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
// Zone colors
|
|
4
4
|
export const zoneColors = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
} as const
|
|
5
|
+
neonBlue: "#00c8ff", // c1 — primary Arch cyan
|
|
6
|
+
white: "#e0e0e0", // c2 — secondary white
|
|
7
|
+
hotPink: "#ff2d78", // accent
|
|
8
|
+
purple: "#9d4edd", // accent
|
|
9
|
+
} as const;
|
|
10
10
|
|
|
11
11
|
// ─── Home screen logo (neofetch Arch Linux) ──────────────────────────────────
|
|
12
12
|
//
|
|
@@ -15,65 +15,128 @@ export const zoneColors = {
|
|
|
15
15
|
// c2 (white) = middle band
|
|
16
16
|
//
|
|
17
17
|
export const archLogoHome: string[] = [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
18
|
+
" ############# ",
|
|
19
|
+
" ######################## ",
|
|
20
|
+
" ####### ################## ",
|
|
21
|
+
" ###### ################ ",
|
|
22
|
+
" ## ############### ",
|
|
23
|
+
" ############### ",
|
|
24
|
+
" ############### ",
|
|
25
|
+
" ################ ",
|
|
26
|
+
" ############# ################ ############# ",
|
|
27
|
+
" ################## ################################### ",
|
|
28
|
+
" ##########################################################",
|
|
29
|
+
" ############################################################",
|
|
30
|
+
" ##############################################################",
|
|
31
|
+
" #### ################################### #####",
|
|
32
|
+
" ### ############################## ###",
|
|
33
|
+
" ####### ############################ #######",
|
|
34
|
+
" ####### ##### #### ##### #######",
|
|
35
|
+
" ####### #### #### #######",
|
|
36
|
+
" ### ##### ## # ##### ##",
|
|
37
|
+
" ###### ##### ##### ###### ",
|
|
38
|
+
" ###### ####### ############# ",
|
|
39
|
+
" ##### ## # ##### ",
|
|
40
|
+
" #### #### #### ",
|
|
41
|
+
" ## ##### ### ",
|
|
42
|
+
" ### *# ## ",
|
|
43
|
+
" ## ############ ## ",
|
|
44
|
+
" ### ### ### #### ",
|
|
45
|
+
" ### ######## ### ",
|
|
46
|
+
" #### ## #### ",
|
|
47
|
+
" ########### ",
|
|
48
|
+
];
|
|
38
49
|
|
|
39
|
-
// Line-to-zone mapping: "
|
|
40
|
-
export const homeLogoZones: ("
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
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
|
|
100
|
+
];
|
|
61
101
|
|
|
62
102
|
// ─── Sidebar logo (compact) ──────────────────────────────────────────────────
|
|
63
103
|
export const archLogoSidebar: string[] = [
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
104
|
+
" ############# ",
|
|
105
|
+
" ######################## ",
|
|
106
|
+
" ####### ################## ",
|
|
107
|
+
" ###### ################ ",
|
|
108
|
+
" ## ############### ",
|
|
109
|
+
" ############### ",
|
|
110
|
+
" ############### ",
|
|
111
|
+
" ################ ",
|
|
112
|
+
" ############# ################ ############# ",
|
|
113
|
+
" ################## ################################### ",
|
|
114
|
+
" ##########################################################",
|
|
115
|
+
" ############################################################",
|
|
116
|
+
" ##############################################################",
|
|
117
|
+
" #### ################################### #####",
|
|
118
|
+
" ### ############################## ###",
|
|
119
|
+
" ####### ############################ #######",
|
|
120
|
+
" ####### ##### #### ##### #######",
|
|
121
|
+
" ####### #### #### #######",
|
|
122
|
+
" ### ##### ## # ##### ##",
|
|
123
|
+
" ###### ##### ##### ###### ",
|
|
124
|
+
" ###### ####### ############# ",
|
|
125
|
+
" ##### ## # ##### ",
|
|
126
|
+
" #### #### #### ",
|
|
127
|
+
" ## ##### ### ",
|
|
128
|
+
" ### *# ## ",
|
|
129
|
+
" ## ############ ## ",
|
|
130
|
+
" ### ### ### #### ",
|
|
131
|
+
" ### ######## ### ",
|
|
132
|
+
" #### ## #### ",
|
|
133
|
+
" ########### ",
|
|
134
|
+
];
|
|
72
135
|
export const sidebarLogoZones: ("neonBlue" | "white")[] = [
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
]
|
|
136
|
+
"neonBlue",
|
|
137
|
+
"neonBlue",
|
|
138
|
+
"neonBlue",
|
|
139
|
+
"neonBlue",
|
|
140
|
+
"white",
|
|
141
|
+
"white",
|
|
142
|
+
];
|
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.
|
|
5
|
-
"description": "Arch Linux TUI mask for OpenCode —
|
|
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": {
|