-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 873 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
{
"name": "the-one-theme",
"displayName": "The One Theme",
"description": "This is the very first version of a theme inspired by high fantasy works in literature, games and so on, enjoy!",
"icon": "icon.png",
"version": "0.0.6",
"publisher": "Ancairon",
"engines": {
"vscode": "^1.74.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Ancairon/the-one-theme"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark theme",
"old",
"fantasy",
"medieval",
"high fantasy"
],
"contributes": {
"themes": [
{
"label": "The One Theme Dark",
"uiTheme": "vs-dark",
"path": "./themes/the-one-theme-dark.json"
},
{
"label": "The One Theme Light",
"uiTheme": "vs",
"path": "./themes/the-one-theme-light.json"
}
]
}
}