opencode-mask-j0k3r-dev-rgl 2.0.12 → 2.0.14
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 +53 -42
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.14",
|
|
5
5
|
"description": "Arch Linux TUI mask for OpenCode — hot pink theme with prominent ASCII logo and j0k3r-dev-rgl@latest legend",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -30,53 +30,64 @@
|
|
|
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
|
-
"diffAdded": { "dark": "
|
|
45
|
-
"diffRemoved": { "dark": "
|
|
46
|
-
"diffContext": { "dark": "
|
|
47
|
-
"diffHunkHeader": { "dark": "
|
|
48
|
-
"diffHighlightAdded": { "dark": "
|
|
49
|
-
"diffHighlightRemoved": { "dark": "
|
|
50
|
-
"diffAddedBg": { "dark": "
|
|
51
|
-
"diffRemovedBg": { "dark": "
|
|
52
|
-
"diffContextBg": { "dark": "
|
|
53
|
-
"diffLineNumber": { "dark": "
|
|
54
|
-
"diffAddedLineNumberBg": { "dark": "
|
|
55
|
-
"diffRemovedLineNumberBg": { "dark": "
|
|
48
|
+
"diffAdded": { "dark": "#00e5a0", "light": "#00e5a0" },
|
|
49
|
+
"diffRemoved": { "dark": "#ff2d78", "light": "#ff2d78" },
|
|
50
|
+
"diffContext": { "dark": "#888888", "light": "#888888" },
|
|
51
|
+
"diffHunkHeader": { "dark": "#9d4edd", "light": "#9d4edd" },
|
|
52
|
+
"diffHighlightAdded": { "dark": "#00ffa0", "light": "#00ffa0" },
|
|
53
|
+
"diffHighlightRemoved": { "dark": "#ff4d8a", "light": "#ff4d8a" },
|
|
54
|
+
"diffAddedBg": { "dark": "#0a2a1a", "light": "#0a2a1a" },
|
|
55
|
+
"diffRemovedBg": { "dark": "#2a0a1a", "light": "#2a0a1a" },
|
|
56
|
+
"diffContextBg": { "dark": "#141414", "light": "#141414" },
|
|
57
|
+
"diffLineNumber": { "dark": "#555555", "light": "#555555" },
|
|
58
|
+
"diffAddedLineNumberBg": { "dark": "#0d1f15", "light": "#0d1f15" },
|
|
59
|
+
"diffRemovedLineNumberBg": { "dark": "#1f0d15", "light": "#1f0d15" },
|
|
56
60
|
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"markdownEmph": { "dark": "hPink2", "light": "hPink" },
|
|
64
|
-
"markdownStrong": { "dark": "nBlue", "light": "nBlue" },
|
|
65
|
-
"markdownHorizontalRule": { "dark": "fg2", "light": "fg2" },
|
|
66
|
-
"markdownListItem": { "dark": "nBlue", "light": "nBlue" },
|
|
67
|
-
"markdownListEnumeration": { "dark": "purple", "light": "purple" },
|
|
68
|
-
"markdownImage": { "dark": "hPink", "light": "hPink" },
|
|
69
|
-
"markdownImageText": { "dark": "nBlue2", "light": "nBlue" },
|
|
70
|
-
"markdownCodeBlock": { "dark": "fg0", "light": "fg0" },
|
|
61
|
+
"searchMatch": { "dark": "#1a1a2e", "light": "#1a1a2e" },
|
|
62
|
+
"searchMatchActive": { "dark": "hPink", "light": "hPink" },
|
|
63
|
+
"selectionBg": { "dark": "#2a2a3e", "light": "#2a2a3e" },
|
|
64
|
+
"selectionFg": { "dark": "#e8e8e8", "light": "#e8e8e8" },
|
|
65
|
+
"highlightLineBg": { "dark": "#1f1f2e", "light": "#1f1f2e" },
|
|
66
|
+
"highlightWordBg": { "dark": "#3a1a3e", "light": "#3a1a3e" },
|
|
71
67
|
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
68
|
+
"markdownText": { "dark": "#e8e8e8", "light": "#e8e8e8" },
|
|
69
|
+
"markdownHeading": { "dark": "hPink", "light": "hPink" },
|
|
70
|
+
"markdownLink": { "dark": "nBlue2", "light": "nBlue2" },
|
|
71
|
+
"markdownLinkText": { "dark": "nBlue", "light": "nBlue" },
|
|
72
|
+
"markdownCode": { "dark": "purple2", "light": "purple2" },
|
|
73
|
+
"markdownBlockQuote": { "dark": "#666666", "light": "#666666" },
|
|
74
|
+
"markdownEmph": { "dark": "hPink2", "light": "hPink2" },
|
|
75
|
+
"markdownStrong": { "dark": "nBlue", "light": "nBlue" },
|
|
76
|
+
"markdownHorizontalRule": { "dark": "#4a4a4a", "light": "#4a4a4a" },
|
|
77
|
+
"markdownListItem": { "dark": "nBlue", "light": "nBlue" },
|
|
78
|
+
"markdownListEnumeration": { "dark": "hPink", "light": "hPink" },
|
|
79
|
+
"markdownImage": { "dark": "purple", "light": "purple" },
|
|
80
|
+
"markdownImageText": { "dark": "nBlue", "light": "nBlue" },
|
|
81
|
+
"markdownCodeBlock": { "dark": "#e0e0e0", "light": "#e0e0e0" },
|
|
82
|
+
|
|
83
|
+
"syntaxComment": { "dark": "#555555", "light": "#555555" },
|
|
84
|
+
"syntaxKeyword": { "dark": "hPink", "light": "hPink" },
|
|
85
|
+
"syntaxFunction": { "dark": "nBlue", "light": "nBlue" },
|
|
86
|
+
"syntaxVariable": { "dark": "#e8e8e8", "light": "#e8e8e8" },
|
|
87
|
+
"syntaxString": { "dark": "nBlue2", "light": "nBlue2" },
|
|
88
|
+
"syntaxNumber": { "dark": "purple2", "light": "purple2" },
|
|
89
|
+
"syntaxType": { "dark": "hPink2", "light": "hPink2" },
|
|
90
|
+
"syntaxOperator": { "dark": "hPink", "light": "hPink" },
|
|
91
|
+
"syntaxPunctuation": { "dark": "#888888", "light": "#888888" }
|
|
81
92
|
}
|
|
82
93
|
}
|