opencode-mask-j0k3r-dev-rgl 2.0.9 → 2.0.10
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 +35 -120
- package/components.tsx +1 -1
- package/package.json +1 -1
package/ascii-frames.ts
CHANGED
|
@@ -8,135 +8,50 @@ export const zoneColors = {
|
|
|
8
8
|
purple: "#9d4edd", // accent
|
|
9
9
|
} as const;
|
|
10
10
|
|
|
11
|
-
// ─── Home screen logo (
|
|
11
|
+
// ─── Home screen logo (mini Arch Linux) ──────────────────────────────────────
|
|
12
12
|
//
|
|
13
|
-
//
|
|
14
|
-
//
|
|
15
|
-
//
|
|
13
|
+
// Mini Arch logo with two-tone coloring:
|
|
14
|
+
// hotPink = main body
|
|
15
|
+
// 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
|
-
" ###### ##### ##### ###### ",
|
|
38
|
-
" ###### ####### ############# ",
|
|
39
|
-
" ##### ## # ##### ",
|
|
40
|
-
" #### #### #### ",
|
|
41
|
-
" ## ##### ### ",
|
|
42
|
-
" ### *# ## ",
|
|
43
|
-
" ## ############ ## ",
|
|
44
|
-
" ### ### ### #### ",
|
|
45
|
-
" ### ######## ### ",
|
|
46
|
-
" #### ## #### ",
|
|
47
|
-
" ########### ",
|
|
18
|
+
" /\\ ",
|
|
19
|
+
" / \\ ",
|
|
20
|
+
" / /\ \\ ",
|
|
21
|
+
" / / \ \\ ",
|
|
22
|
+
" /_/ /\\ \_\\ ",
|
|
23
|
+
" / \\ ",
|
|
24
|
+
" /____\\ ",
|
|
48
25
|
];
|
|
49
26
|
|
|
50
27
|
// Line-to-zone mapping: "hotPink" or "white"
|
|
51
28
|
export const homeLogoZones: ("hotPink" | "white")[] = [
|
|
52
|
-
"hotPink", //
|
|
53
|
-
"hotPink", //
|
|
54
|
-
"hotPink", //
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"hotPink", //
|
|
58
|
-
"hotPink", //
|
|
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
|
|
29
|
+
"hotPink", // /\
|
|
30
|
+
"hotPink", // / \
|
|
31
|
+
"hotPink", // / /\ \
|
|
32
|
+
"white", // / / \ \
|
|
33
|
+
"white", // /_/ /\ \_\
|
|
34
|
+
"hotPink", // / \
|
|
35
|
+
"hotPink", // /____\
|
|
100
36
|
];
|
|
101
37
|
|
|
102
|
-
// ─── Sidebar logo (
|
|
38
|
+
// ─── Sidebar logo (same mini logo) ───────────────────────────────────────────
|
|
103
39
|
export const archLogoSidebar: string[] = [
|
|
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
|
-
" ########### ",
|
|
40
|
+
" /\\ ",
|
|
41
|
+
" / \\ ",
|
|
42
|
+
" / /\ \\ ",
|
|
43
|
+
" / / \ \\ ",
|
|
44
|
+
" /_/ /\\ \_\\ ",
|
|
45
|
+
" / \\ ",
|
|
46
|
+
" /____\\ ",
|
|
134
47
|
];
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"white",
|
|
141
|
-
"white",
|
|
48
|
+
|
|
49
|
+
export const sidebarLogoZones: ("hotPink" | "white")[] = [
|
|
50
|
+
"hotPink", // /\
|
|
51
|
+
"hotPink", // / \
|
|
52
|
+
"hotPink", // / /\ \
|
|
53
|
+
"white", // / / \ \
|
|
54
|
+
"white", // /_/ /\ \_\
|
|
55
|
+
"hotPink", // / \
|
|
56
|
+
"hotPink", // /____\
|
|
142
57
|
];
|
package/components.tsx
CHANGED
|
@@ -60,7 +60,7 @@ export const SidebarArch = (props: { theme: TuiThemeCurrent; config: Cfg }) => {
|
|
|
60
60
|
{archLogoSidebar.map((line, i) => {
|
|
61
61
|
const zone = sidebarLogoZones[i]
|
|
62
62
|
const color = zoneColors[zone] || props.theme.primary
|
|
63
|
-
return <text fg={color}>{line
|
|
63
|
+
return <text fg={color}>{line}</text>
|
|
64
64
|
})}
|
|
65
65
|
|
|
66
66
|
{/* Compact label */}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "opencode-mask-j0k3r-dev-rgl",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.10",
|
|
5
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": {
|