-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 KB
/
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
47
48
49
50
51
52
53
{
"name": "nitrous-vscode-color-theme",
"displayName": "NiTROUS Theme (Dark)",
"description": "A dark color theme for VS Code inspired by futuristic holo tech, comprised mainly of a purple and blue palette, with pink accents.",
"version": "1.0.3",
"author": {
"name": "George Merlocco",
"email": "[email protected]",
"url": "https://george.merloc.co"
},
"sponsor": {
"url": "https://ko-fi.com/scar45"
},
"publisher": "nitrous-cloud",
"license": "CC BY-SA 4.0",
"homepage": "https://nitrous.cloud",
"repository": {
"type": "git",
"url": "https://github.com/scar45/nitrous-vscode-color-theme"
},
"bugs": {
"url": "https://github.com/scar45/nitrous-vscode-color-theme/issues"
},
"icon": "images/nitrous-theme-logo.png",
"galleryBanner": {
"color": "#091833",
"theme": "dark"
},
"engines": {
"vscode": "^1.73.0"
},
"categories": [
"Themes"
],
"keywords": [
"purple",
"blue",
"pink",
"futuristic",
"synthwave",
"cyberpunk",
"design"
],
"contributes": {
"themes": [
{
"label": "NiTROUS Theme (Dark)",
"uiTheme": "vs-dark",
"path": "./themes/nitrous-vscode-color-theme.json"
}
]
}
}