opencode-mask-j0k3r-dev-rgl 2.0.11 → 2.0.13
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 +16 -16
- package/package.json +50 -50
- package/themes/j0k3r-dev-rgl.json +34 -30
package/ascii-frames.ts
CHANGED
|
@@ -61,23 +61,23 @@ export const homeLogoZones: ("hotPink" | "white")[] = [
|
|
|
61
61
|
|
|
62
62
|
// ─── Sidebar logo (mini Arch) ────────────────────────────────────────────────
|
|
63
63
|
export const archLogoSidebar: string[] = [
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
64
|
+
' /\\\\ ',
|
|
65
|
+
' / \\\\ ',
|
|
66
|
+
' / \\\\ ',
|
|
67
|
+
' / \\\\ ',
|
|
68
|
+
' / ,, \\\\ ',
|
|
69
|
+
' / | | \\\\ ',
|
|
70
|
+
' / /-\"\"-\\\\ \\\\ ',
|
|
71
|
+
'/___/ \\\\___\\\\',
|
|
72
72
|
];
|
|
73
73
|
|
|
74
74
|
export const sidebarLogoZones: ("hotPink" | "white")[] = [
|
|
75
|
-
"hotPink",
|
|
76
|
-
"hotPink",
|
|
77
|
-
"hotPink",
|
|
78
|
-
"hotPink",
|
|
79
|
-
"white",
|
|
80
|
-
"white",
|
|
81
|
-
"white",
|
|
82
|
-
"hotPink",
|
|
75
|
+
"hotPink",
|
|
76
|
+
"hotPink",
|
|
77
|
+
"hotPink",
|
|
78
|
+
"hotPink",
|
|
79
|
+
"white",
|
|
80
|
+
"white",
|
|
81
|
+
"white",
|
|
82
|
+
"hotPink",
|
|
83
83
|
];
|
package/package.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
2
|
+
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
+
"name": "opencode-mask-j0k3r-dev-rgl",
|
|
4
|
+
"version": "2.0.13",
|
|
5
|
+
"description": "Arch Linux TUI mask for OpenCode — hot pink theme with prominent ASCII logo and j0k3r-dev-rgl@latest legend",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"exports": {
|
|
8
|
+
"./tui": {
|
|
9
|
+
"import": "./tui.tsx",
|
|
10
|
+
"config": {
|
|
11
|
+
"enabled": true,
|
|
12
|
+
"theme": "j0k3r-dev-rgl",
|
|
13
|
+
"set_theme": true,
|
|
14
|
+
"show_detected": true,
|
|
15
|
+
"show_os": true,
|
|
16
|
+
"show_providers": true,
|
|
17
|
+
"show_sidebar": true
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"tui.tsx",
|
|
23
|
+
"config.ts",
|
|
24
|
+
"detection.ts",
|
|
25
|
+
"ascii-frames.ts",
|
|
26
|
+
"components.tsx",
|
|
27
|
+
"themes/j0k3r-dev-rgl.json"
|
|
28
|
+
],
|
|
29
|
+
"engines": {
|
|
30
|
+
"opencode": ">=1.3.13"
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"@opencode-ai/plugin": "*",
|
|
34
|
+
"@opentui/core": "*",
|
|
35
|
+
"@opentui/solid": "*",
|
|
36
|
+
"solid-js": "*"
|
|
37
|
+
},
|
|
38
|
+
"keywords": [
|
|
39
|
+
"opencode",
|
|
40
|
+
"plugin",
|
|
41
|
+
"theme",
|
|
42
|
+
"arch-linux",
|
|
43
|
+
"tui",
|
|
44
|
+
"ascii"
|
|
45
|
+
],
|
|
46
|
+
"author": "j0k3r",
|
|
47
|
+
"license": "ISC",
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "git+https://github.com/j0k3r/opencode-mask.git"
|
|
51
|
+
}
|
|
52
52
|
}
|
|
@@ -30,16 +30,20 @@
|
|
|
30
30
|
"success": { "dark": "success", "light": "success" },
|
|
31
31
|
"info": { "dark": "nBlue", "light": "nBlue" },
|
|
32
32
|
|
|
33
|
-
"text": { "dark": "
|
|
34
|
-
"textMuted": { "dark": "
|
|
33
|
+
"text": { "dark": "#e8e8e8", "light": "#e8e8e8" },
|
|
34
|
+
"textMuted": { "dark": "#909090", "light": "#909090" },
|
|
35
|
+
"textDim": { "dark": "#606060", "light": "#606060" },
|
|
36
|
+
"textHighlight": { "dark": "nBlue2", "light": "nBlue2" },
|
|
35
37
|
|
|
36
38
|
"background": { "dark": "none", "light": "none" },
|
|
37
|
-
"backgroundPanel": { "dark": "#
|
|
38
|
-
"backgroundElement": { "dark": "#
|
|
39
|
+
"backgroundPanel": { "dark": "#141414", "light": "#141414" },
|
|
40
|
+
"backgroundElement": { "dark": "#1a1a1a", "light": "#1a1a1a" },
|
|
41
|
+
"backgroundActive": { "dark": "#1f1f2e", "light": "#1f1f2e" },
|
|
39
42
|
|
|
40
|
-
"border": { "dark": "#
|
|
41
|
-
"borderActive": { "dark": "
|
|
42
|
-
"borderSubtle": { "dark": "#
|
|
43
|
+
"border": { "dark": "#5a5a5a", "light": "#5a5a5a" },
|
|
44
|
+
"borderActive": { "dark": "hPink", "light": "hPink" },
|
|
45
|
+
"borderSubtle": { "dark": "#3a3a3a", "light": "#3a3a3a" },
|
|
46
|
+
"borderHighlight": { "dark": "nBlue", "light": "nBlue" },
|
|
43
47
|
|
|
44
48
|
"diffAdded": { "dark": "success", "light": "success" },
|
|
45
49
|
"diffRemoved": { "dark": "error", "light": "error" },
|
|
@@ -54,29 +58,29 @@
|
|
|
54
58
|
"diffAddedLineNumberBg": { "dark": "none", "light": "none" },
|
|
55
59
|
"diffRemovedLineNumberBg": { "dark": "none", "light": "none" },
|
|
56
60
|
|
|
57
|
-
"markdownText": { "dark": "
|
|
58
|
-
"markdownHeading": { "dark": "
|
|
59
|
-
"markdownLink": { "dark": "
|
|
60
|
-
"markdownLinkText": { "dark": "
|
|
61
|
-
"markdownCode": { "dark": "purple2", "light": "
|
|
62
|
-
"markdownBlockQuote": { "dark": "
|
|
63
|
-
"markdownEmph": { "dark": "hPink2", "light": "
|
|
64
|
-
"markdownStrong": { "dark": "nBlue", "light": "nBlue"
|
|
65
|
-
"markdownHorizontalRule": { "dark": "
|
|
66
|
-
"markdownListItem": { "dark": "nBlue", "light": "nBlue"
|
|
67
|
-
"markdownListEnumeration": { "dark": "
|
|
68
|
-
"markdownImage": { "dark": "
|
|
69
|
-
"markdownImageText": { "dark": "
|
|
70
|
-
"markdownCodeBlock": { "dark": "
|
|
61
|
+
"markdownText": { "dark": "#e8e8e8", "light": "#e8e8e8" },
|
|
62
|
+
"markdownHeading": { "dark": "hPink", "light": "hPink" },
|
|
63
|
+
"markdownLink": { "dark": "nBlue2", "light": "nBlue2" },
|
|
64
|
+
"markdownLinkText": { "dark": "nBlue", "light": "nBlue" },
|
|
65
|
+
"markdownCode": { "dark": "purple2", "light": "purple2" },
|
|
66
|
+
"markdownBlockQuote": { "dark": "#666666", "light": "#666666" },
|
|
67
|
+
"markdownEmph": { "dark": "hPink2", "light": "hPink2" },
|
|
68
|
+
"markdownStrong": { "dark": "nBlue", "light": "nBlue" },
|
|
69
|
+
"markdownHorizontalRule": { "dark": "#4a4a4a", "light": "#4a4a4a" },
|
|
70
|
+
"markdownListItem": { "dark": "nBlue", "light": "nBlue" },
|
|
71
|
+
"markdownListEnumeration": { "dark": "hPink", "light": "hPink" },
|
|
72
|
+
"markdownImage": { "dark": "purple", "light": "purple" },
|
|
73
|
+
"markdownImageText": { "dark": "nBlue", "light": "nBlue" },
|
|
74
|
+
"markdownCodeBlock": { "dark": "#e0e0e0", "light": "#e0e0e0" },
|
|
71
75
|
|
|
72
|
-
"syntaxComment": { "dark": "
|
|
73
|
-
"syntaxKeyword": { "dark": "hPink", "light": "hPink"
|
|
74
|
-
"syntaxFunction": { "dark": "nBlue", "light": "nBlue"
|
|
75
|
-
"syntaxVariable": { "dark": "
|
|
76
|
-
"syntaxString": { "dark": "nBlue2", "light": "
|
|
77
|
-
"syntaxNumber": { "dark": "purple2", "light": "
|
|
78
|
-
"syntaxType": { "dark": "hPink2", "light": "
|
|
79
|
-
"syntaxOperator": { "dark": "hPink", "light": "hPink"
|
|
80
|
-
"syntaxPunctuation": { "dark": "
|
|
76
|
+
"syntaxComment": { "dark": "#555555", "light": "#555555" },
|
|
77
|
+
"syntaxKeyword": { "dark": "hPink", "light": "hPink" },
|
|
78
|
+
"syntaxFunction": { "dark": "nBlue", "light": "nBlue" },
|
|
79
|
+
"syntaxVariable": { "dark": "#e8e8e8", "light": "#e8e8e8" },
|
|
80
|
+
"syntaxString": { "dark": "nBlue2", "light": "nBlue2" },
|
|
81
|
+
"syntaxNumber": { "dark": "purple2", "light": "purple2" },
|
|
82
|
+
"syntaxType": { "dark": "hPink2", "light": "hPink2" },
|
|
83
|
+
"syntaxOperator": { "dark": "hPink", "light": "hPink" },
|
|
84
|
+
"syntaxPunctuation": { "dark": "#888888", "light": "#888888" }
|
|
81
85
|
}
|
|
82
86
|
}
|