-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 848 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
{
"name": "night-rainbow",
"displayName": "Night Rainbow",
"description": "Take a trip in the night rainbow!",
"publisher": "allan-carlos",
"version": "1.1.0",
"icon": "icons/night-rainbow-vsc-icon.png",
"engines": {
"vscode": "^1.61.0"
},
"author": {
"name": "Allan Carlos",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/allancarlos/"
},
"repository": {
"url": "https://github.com/this-is-allan/night-rainbow-dark-vscode.git",
"type": "git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Night Rainbow",
"uiTheme": "vs-dark",
"path": "themes/night-rainbow-color-theme.json"
}
]
}
}