-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 959 Bytes
/
package.json
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": "sypher-visual-studio-code",
"displayName": "Sypher",
"description": "A deciphered, militaristic color Visual Studio Code theme.",
"version": "0.0.1",
"publisher": "CodingInSylens",
"author": {
"name": "Christina Clayton",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Sylenss/Sypher"
},
"license": "MIT",
"engines": {
"node": ">=15.13",
"npm": ">=7.7",
"vscode": "^1.83.0"
},
"icon": "assets/extension-marketplace-icon.png",
"markdown": "github",
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#1b2229",
"theme": "dark"
},
"keywords": [
"futuristic",
"militaristic",
"minimalistic",
"engimatic",
"modernistic"
],
"contributes": {
"themes": [
{
"label": "Sypher",
"uiTheme": "vs-dark",
"path": "./themes/Sypher-color-theme.json"
}
]
}
}