opencode-mask-j0k3r-dev-rgl 2.0.12 → 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/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.12",
4
+ "version": "2.0.13",
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,16 +30,20 @@
30
30
  "success": { "dark": "success", "light": "success" },
31
31
  "info": { "dark": "nBlue", "light": "nBlue" },
32
32
 
33
- "text": { "dark": "fg0", "light": "fg0" },
34
- "textMuted": { "dark": "fg1", "light": "fg2" },
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": "#0c0c0c", "light": "#0c0c0c" },
38
- "backgroundElement": { "dark": "#121212", "light": "#121212" },
39
+ "backgroundPanel": { "dark": "#141414", "light": "#141414" },
40
+ "backgroundElement": { "dark": "#1a1a1a", "light": "#1a1a1a" },
41
+ "backgroundActive": { "dark": "#1f1f2e", "light": "#1f1f2e" },
39
42
 
40
- "border": { "dark": "#4a4a4a", "light": "#4a4a4a" },
41
- "borderActive": { "dark": "nBlue", "light": "nBlue" },
42
- "borderSubtle": { "dark": "#363636", "light": "#363636" },
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": "fg0", "light": "fg0" },
58
- "markdownHeading": { "dark": "nBlue", "light": "nBlue" },
59
- "markdownLink": { "dark": "hPink", "light": "hPink" },
60
- "markdownLinkText": { "dark": "nBlue2", "light": "nBlue" },
61
- "markdownCode": { "dark": "purple2", "light": "purple" },
62
- "markdownBlockQuote": { "dark": "fg2", "light": "fg2" },
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
+ "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": "fg2", "light": "fg2" },
73
- "syntaxKeyword": { "dark": "hPink", "light": "hPink" },
74
- "syntaxFunction": { "dark": "nBlue", "light": "nBlue" },
75
- "syntaxVariable": { "dark": "fg0", "light": "fg0" },
76
- "syntaxString": { "dark": "nBlue2", "light": "nBlue" },
77
- "syntaxNumber": { "dark": "purple2", "light": "purple" },
78
- "syntaxType": { "dark": "hPink2", "light": "hPink" },
79
- "syntaxOperator": { "dark": "hPink", "light": "hPink" },
80
- "syntaxPunctuation": { "dark": "fg1", "light": "fg1" }
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
  }