opencode-mask-j0k3r-dev-rgl 2.0.11 → 2.0.12

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 +16 -16
  2. package/package.json +50 -50
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
- "$schema": "https://json.schemastore.org/package.json",
3
- "name": "opencode-mask-j0k3r-dev-rgl",
4
- "version": "2.0.11",
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
- }
2
+ "$schema": "https://json.schemastore.org/package.json",
3
+ "name": "opencode-mask-j0k3r-dev-rgl",
4
+ "version": "2.0.12",
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
  }