-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 925 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
{
"name": "preparing",
"displayName": "Dark",
"description": "Theme designed in a naruto style, but more darker",
"version": "1.7.0",
"publisher": "Thomaz",
"author": "Thomaz",
"icon": "logo.png",
"license": "MIT",
"galleryBanner": {
"color": "090b10",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/Thomaz-Peres/Theme"
},
"engines": {
"vscode": "^1.47.0"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"VSCode",
"Themes",
"naruto",
"dark",
"themes",
"theme",
"color-theme"
],
"contributes": {
"themes": [
{
"label": "NarutoDark",
"uiTheme": "vs-dark",
"path": "./themes/Narutovisk-color-theme.json"
}
]
}
}