-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 792 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": "steffula-code",
"publisher": "steffo",
"icon": "icon.png",
"displayName": "Steffula Code",
"description": "Steffula theme for Visual Studio Code.",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Steffo99/steffula-code/issues",
"email": "me@steffo.eu"
},
"repository": {
"type": "git",
"url": "https://github.com/Steffo99/steffula-code"
},
"version": "0.15.0",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Steffula Code",
"uiTheme": "vs-dark",
"path": "./themes/Steffula-color-theme.json"
}
]
}
}