-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.29 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
51
52
53
54
55
56
57
{
"name": "vscode-theme-1984",
"displayName": "1984",
"description": "🎶I'm gonna show you where it's dark, but have no fear 🎶",
"version": "0.3.4",
"publisher": "juanmnl",
"engines": {
"vscode": "^1.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/juanmnl/vs-1984"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "1984 - Orwellian",
"uiTheme": "vs-dark",
"path": "./themes/1984-orwell-color-theme.json"
},
{
"label": "1984",
"uiTheme": "vs-dark",
"path": "./themes/1984-color-theme.json"
},
{
"label": "1984 - Unbolded",
"uiTheme": "vs-dark",
"path": "./themes/1984-unbolded-color-theme.json"
},
{
"label": "1984 - Fancy",
"uiTheme": "vs-dark",
"path": "./themes/1984-fancy-color-theme.json"
},
{
"label": "1984 - Cyberpunk",
"uiTheme": "vs-dark",
"path": "./themes/1984-cyberpunk-color-theme.json"
},
{
"label": "1984 - Light",
"uiTheme": "vs",
"path": "./themes/1984-light-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#0d0f31",
"theme": "dark"
},
"icon": "icon.png",
"license": "MIT"
}