-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
82 lines (82 loc) · 1.56 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "popping-and-locking-vscode",
"displayName": "Popping and Locking Theme",
"description": "Vivid and well balanced theme for VS Code.",
"version": "2.0.11",
"publisher": "hedinne",
"author": "Hedinn Eiriksson",
"license": "mit",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#21222d",
"theme": "dark"
},
"icon": "images/icon.png",
"tags": [
"js",
"jsx",
"osx",
"git",
"css",
"dark",
"blue",
"icon",
"scss",
"html",
"clean",
"green",
"macOS",
"vivid",
"theme",
"yellow",
"windows",
"orginal",
"balanced",
"saturated",
"beautiful",
"dark theme",
"color-theme",
"web development"
],
"screenshots": [
{
"path": "images/js.png"
},
{
"path": "images/jsx.png"
},
{
"path": "images/scss.png"
},
{
"path": "images/html.png"
},
{
"path": "images/json.png"
}
],
"homepage": "https://github.com/hedinne/popping-and-locking-vscode/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/hedinne/popping-and-locking-vscode.git"
},
"contributes": {
"themes": [
{
"label": "Popping and Locking",
"uiTheme": "vs-dark",
"path": "./themes/popping-and-locking-color-theme.json"
}
]
},
"__metadata": {
"id": "1edaf626-3d50-4223-abdb-0a09c33bb1e9",
"publisherDisplayName": "hedinne",
"publisherId": "65a088bc-3a5e-485e-83a2-87837645d68b"
}
}