-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (45 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (45 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "zerog-theme",
"displayName": "ZeroG Theme",
"description": "A high-contrast monochrome theme focused on code logic vs data — electric blue for structure, amber coral for values.",
"version": "1.1.1",
"publisher": "NetMx",
"license": "SEE LICENSE IN LICENSE",
"icon": "icon.png",
"engines": {
"vscode": "^1.80.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "ZeroG Theme",
"uiTheme": "vs-dark",
"path": "./themes/zerog-color-theme.json"
},
{
"label": "ZeroG Theme Light",
"uiTheme": "vs",
"path": "./themes/zerog-light-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/NetSo8/ZeroG-Theme-VScode.git"
},
"homepage": "https://github.com/NetSo8/ZeroG-Theme-VScode#readme",
"bugs": {
"url": "https://github.com/NetSo8/ZeroG-Theme-VScode/issues"
},
"keywords": [
"dark",
"minimal",
"high contrast",
"reverse engineering",
"assembly",
"low-level"
]
}