-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (49 loc) · 1.33 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
{
"name": "Tsukuyomi",
"displayName": "Tsukuyomi",
"description": "A visual studio code theme for all Naruto & Anime lovers out there.",
"version": "1.2.5",
"engines": {
"vscode": "^1.43.0"
},
"maintainers": [
"Shodipo Ayomide <shodipovi@gmail.com>"
],
"publisher": "developerayo",
"author": {
"name": "Shodipo Ayomide"
},
"license": "MIT",
"homepage": "http://shodipoayomide.com/",
"keywords": [
"Tsukuyomi, vscodetheme, vscode, naruto, anime, dark, developerayo, color-theme, Night Theme" ],
"icon": "tsukuyomi.png",
"repository": {
"type": "git",
"url": "https://github.com/Developerayo/tsukuyomi-vscode-theme.git"
},
"bugs": {
"url": "https://github.com/Developerayo/tsukuyomi-vscode-theme/issues"
},
"galleryBanner": {
"color": "#1F241F",
"theme": "dark"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Tsukuyomi",
"uiTheme": "vs-dark",
"path": "./themes/Tsukuyomi-color-theme.json"
},
{
"label": "Tsukuyomi (No Italics)",
"uiTheme": "vs-dark",
"path": "./themes/Tsukuyomi-color-theme-noitalic.json"
}
]
}
}