opencode-mask-j0k3r-dev-rgl 2.0.7 → 2.0.8
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 +95 -61
- package/package.json +1 -1
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,99 @@ 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
50
|
// Line-to-zone mapping: "neonBlue" or "white"
|
|
40
51
|
export const homeLogoZones: ("neonBlue" | "white")[] = [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
]
|
|
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: .` `/
|
|
71
|
+
];
|
|
61
72
|
|
|
62
73
|
// ─── Sidebar logo (compact) ──────────────────────────────────────────────────
|
|
63
|
-
export const
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
74
|
+
export const jokerLogoSidebar: string[] = [
|
|
75
|
+
" ############# ",
|
|
76
|
+
" ######################## ",
|
|
77
|
+
" ####### ################## ",
|
|
78
|
+
" ###### ################ ",
|
|
79
|
+
" ## ############### ",
|
|
80
|
+
" ############### ",
|
|
81
|
+
" ############### ",
|
|
82
|
+
" ################ ",
|
|
83
|
+
" ############# ################ ############# ",
|
|
84
|
+
" ################## ################################### ",
|
|
85
|
+
" ##########################################################",
|
|
86
|
+
" ############################################################",
|
|
87
|
+
" ##############################################################",
|
|
88
|
+
" #### ################################### #####",
|
|
89
|
+
" ### ############################## ###",
|
|
90
|
+
" ####### ############################ #######",
|
|
91
|
+
" ####### ##### #### ##### #######",
|
|
92
|
+
" ####### #### #### #######",
|
|
93
|
+
" ### ##### ## # ##### ##",
|
|
94
|
+
" ###### ##### ##### ###### ",
|
|
95
|
+
" ###### ####### ############# ",
|
|
96
|
+
" ##### ## # ##### ",
|
|
97
|
+
" #### #### #### ",
|
|
98
|
+
" ## ##### ### ",
|
|
99
|
+
" ### *# ## ",
|
|
100
|
+
" ## ############ ## ",
|
|
101
|
+
" ### ### ### #### ",
|
|
102
|
+
" ### ######## ### ",
|
|
103
|
+
" #### ## #### ",
|
|
104
|
+
" ########### ",
|
|
105
|
+
];
|
|
72
106
|
export const sidebarLogoZones: ("neonBlue" | "white")[] = [
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
]
|
|
107
|
+
"neonBlue",
|
|
108
|
+
"neonBlue",
|
|
109
|
+
"neonBlue",
|
|
110
|
+
"neonBlue",
|
|
111
|
+
"white",
|
|
112
|
+
"white",
|
|
113
|
+
];
|
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.8",
|
|
5
5
|
"description": "Arch Linux TUI mask for OpenCode — neon blue + hot pink theme with prominent ASCII logo and j0k3r-dev-rgl@latest legend",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|