opencode-mask-j0k3r-dev-rgl 2.0.0 → 2.0.2

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/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.0",
4
+ "version": "2.0.2",
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": {
@@ -1,12 +1,6 @@
1
1
  {
2
2
  "$schema": "https://opencode.ai/theme.json",
3
3
  "defs": {
4
- "bg0": "#0a0b18",
5
- "bg1": "#0f1128",
6
- "bg2": "#161830",
7
- "bg3": "#1d1f3a",
8
- "bg4": "#252847",
9
-
10
4
  "nBlue": "#00c8ff",
11
5
  "nBlue2": "#4dd8ff",
12
6
  "nBlue3": "#99e9ff",
@@ -19,9 +13,9 @@
19
13
  "purple2": "#c77dff",
20
14
  "purple3": "#e0b3ff",
21
15
 
22
- "fg0": "#e8eaf6",
23
- "fg1": "#9399c9",
24
- "fg2": "#5c6bc0",
16
+ "fg0": "#e0e0e0",
17
+ "fg1": "#888888",
18
+ "fg2": "#555555",
25
19
 
26
20
  "success": "#00e5a0",
27
21
  "warning": "#ffd166",
@@ -36,31 +30,31 @@
36
30
  "success": { "dark": "success", "light": "success" },
37
31
  "info": { "dark": "nBlue", "light": "nBlue" },
38
32
 
39
- "text": { "dark": "fg0", "light": "bg0" },
33
+ "text": { "dark": "fg0", "light": "fg0" },
40
34
  "textMuted": { "dark": "fg1", "light": "fg2" },
41
35
 
42
- "background": { "dark": "bg0", "light": "#f5f6ff" },
43
- "backgroundPanel": { "dark": "bg1", "light": "#ecedff" },
44
- "backgroundElement": { "dark": "bg2", "light": "#e2e4ff" },
36
+ "background": { "dark": "none", "light": "none" },
37
+ "backgroundPanel": { "dark": "none", "light": "none" },
38
+ "backgroundElement": { "dark": "none", "light": "none" },
45
39
 
46
- "border": { "dark": "bg3", "light": "#c5c8e8" },
40
+ "border": { "dark": "fg2", "light": "fg2" },
47
41
  "borderActive": { "dark": "nBlue", "light": "nBlue" },
48
- "borderSubtle": { "dark": "bg2", "light": "#d5d8f0" },
42
+ "borderSubtle": { "dark": "fg2", "light": "fg2" },
49
43
 
50
44
  "diffAdded": { "dark": "success", "light": "success" },
51
45
  "diffRemoved": { "dark": "error", "light": "error" },
52
- "diffContext": { "dark": "fg1", "light": "fg2" },
46
+ "diffContext": { "dark": "fg1", "light": "fg1" },
53
47
  "diffHunkHeader": { "dark": "purple", "light": "purple" },
54
48
  "diffHighlightAdded": { "dark": "success", "light": "success" },
55
49
  "diffHighlightRemoved": { "dark": "error", "light": "error" },
56
- "diffAddedBg": { "dark": "bg2", "light": "#d0fff0" },
57
- "diffRemovedBg": { "dark": "bg2", "light": "#ffd0e0" },
58
- "diffContextBg": { "dark": "bg1", "light": "#ecedff" },
50
+ "diffAddedBg": { "dark": "none", "light": "none" },
51
+ "diffRemovedBg": { "dark": "none", "light": "none" },
52
+ "diffContextBg": { "dark": "none", "light": "none" },
59
53
  "diffLineNumber": { "dark": "fg2", "light": "fg2" },
60
- "diffAddedLineNumberBg": { "dark": "bg3", "light": "#b0ffe0" },
61
- "diffRemovedLineNumberBg": { "dark": "bg3", "light": "#ffb0cc" },
54
+ "diffAddedLineNumberBg": { "dark": "none", "light": "none" },
55
+ "diffRemovedLineNumberBg": { "dark": "none", "light": "none" },
62
56
 
63
- "markdownText": { "dark": "fg0", "light": "bg0" },
57
+ "markdownText": { "dark": "fg0", "light": "fg0" },
64
58
  "markdownHeading": { "dark": "nBlue", "light": "nBlue" },
65
59
  "markdownLink": { "dark": "hPink", "light": "hPink" },
66
60
  "markdownLinkText": { "dark": "nBlue2", "light": "nBlue" },
@@ -68,21 +62,21 @@
68
62
  "markdownBlockQuote": { "dark": "fg2", "light": "fg2" },
69
63
  "markdownEmph": { "dark": "hPink2", "light": "hPink" },
70
64
  "markdownStrong": { "dark": "nBlue", "light": "nBlue" },
71
- "markdownHorizontalRule": { "dark": "bg4", "light": "fg2" },
65
+ "markdownHorizontalRule": { "dark": "fg2", "light": "fg2" },
72
66
  "markdownListItem": { "dark": "nBlue", "light": "nBlue" },
73
67
  "markdownListEnumeration": { "dark": "purple", "light": "purple" },
74
68
  "markdownImage": { "dark": "hPink", "light": "hPink" },
75
69
  "markdownImageText": { "dark": "nBlue2", "light": "nBlue" },
76
- "markdownCodeBlock": { "dark": "fg0", "light": "bg0" },
70
+ "markdownCodeBlock": { "dark": "fg0", "light": "fg0" },
77
71
 
78
72
  "syntaxComment": { "dark": "fg2", "light": "fg2" },
79
73
  "syntaxKeyword": { "dark": "hPink", "light": "hPink" },
80
74
  "syntaxFunction": { "dark": "nBlue", "light": "nBlue" },
81
- "syntaxVariable": { "dark": "fg0", "light": "bg0" },
75
+ "syntaxVariable": { "dark": "fg0", "light": "fg0" },
82
76
  "syntaxString": { "dark": "nBlue2", "light": "nBlue" },
83
77
  "syntaxNumber": { "dark": "purple2", "light": "purple" },
84
78
  "syntaxType": { "dark": "hPink2", "light": "hPink" },
85
79
  "syntaxOperator": { "dark": "hPink", "light": "hPink" },
86
- "syntaxPunctuation": { "dark": "fg1", "light": "fg2" }
80
+ "syntaxPunctuation": { "dark": "fg1", "light": "fg1" }
87
81
  }
88
82
  }