opencode-mask-j0k3r-dev-rgl 2.0.1 → 2.0.3
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 +1 -1
- package/themes/j0k3r-dev-rgl.json +17 -23
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.3",
|
|
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": "#000000",
|
|
5
|
-
"bg1": "#0a0a0a",
|
|
6
|
-
"bg2": "#111111",
|
|
7
|
-
"bg3": "#1a1a1a",
|
|
8
|
-
"bg4": "#242424",
|
|
9
|
-
|
|
10
4
|
"nBlue": "#00c8ff",
|
|
11
5
|
"nBlue2": "#4dd8ff",
|
|
12
6
|
"nBlue3": "#99e9ff",
|
|
@@ -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": "
|
|
33
|
+
"text": { "dark": "fg0", "light": "fg0" },
|
|
40
34
|
"textMuted": { "dark": "fg1", "light": "fg2" },
|
|
41
35
|
|
|
42
|
-
"background": { "dark": "
|
|
43
|
-
"backgroundPanel": { "dark": "
|
|
44
|
-
"backgroundElement": { "dark": "
|
|
36
|
+
"background": { "dark": "none", "light": "none" },
|
|
37
|
+
"backgroundPanel": { "dark": "none", "light": "none" },
|
|
38
|
+
"backgroundElement": { "dark": "none", "light": "none" },
|
|
45
39
|
|
|
46
|
-
"border": { "dark": "
|
|
40
|
+
"border": { "dark": "#4a4a4a", "light": "#4a4a4a" },
|
|
47
41
|
"borderActive": { "dark": "nBlue", "light": "nBlue" },
|
|
48
|
-
"borderSubtle": { "dark": "
|
|
42
|
+
"borderSubtle": { "dark": "#363636", "light": "#363636" },
|
|
49
43
|
|
|
50
44
|
"diffAdded": { "dark": "success", "light": "success" },
|
|
51
45
|
"diffRemoved": { "dark": "error", "light": "error" },
|
|
52
|
-
"diffContext": { "dark": "fg1", "light": "
|
|
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": "
|
|
57
|
-
"diffRemovedBg": { "dark": "
|
|
58
|
-
"diffContextBg": { "dark": "
|
|
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": "
|
|
61
|
-
"diffRemovedLineNumberBg": { "dark": "
|
|
54
|
+
"diffAddedLineNumberBg": { "dark": "none", "light": "none" },
|
|
55
|
+
"diffRemovedLineNumberBg": { "dark": "none", "light": "none" },
|
|
62
56
|
|
|
63
|
-
"markdownText": { "dark": "fg0", "light": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
80
|
+
"syntaxPunctuation": { "dark": "fg1", "light": "fg1" }
|
|
87
81
|
}
|
|
88
82
|
}
|