-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.32 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "plum-good-theme",
"displayName": "Plum Good Theme",
"version": "0.8.0",
"publisher": "brennacodes",
"description": "A dark and juicy theme for VS Code.",
"author": {
"name": "brenna"
},
"engines": {
"vscode": "*"
},
"contributes": {
"themes": [
{
"label": "PG-Ruby Soho",
"uiTheme": "vs-dark",
"path": "./themes/pg-ruby-soho.json"
},
{
"label": "PG-Blue Moon",
"uiTheme": "vs-dark",
"path": "./themes/pg-blue-moon.json"
},
{
"label": "PG-Aqualung",
"uiTheme": "vs-dark",
"path": "./themes/pg-aqualung.json"
},
{
"label": "PG-Plum Great",
"uiTheme": "vs-dark",
"path": "./themes/pg-plum-great.json"
},
{
"label": "PG-Plum Groovy",
"uiTheme": "vs-dark",
"path": "./themes/pg-plum-groovy.json"
},
{
"label": "PG-Red Clay",
"uiTheme": "vs-dark",
"path": "./themes/pg-red-clay.json"
},
{
"label": "PG-Mud Puddle",
"uiTheme": "vs-dark",
"path": "./themes/pg-mud-puddle.json"
},
{
"label": "PG-May Be Concrete",
"uiTheme": "vs-dark",
"path": "./themes/pg-may-be-concrete.json"
},
{
"label": "PG-Ridgeline",
"uiTheme": "vs-dark",
"path": "./themes/pg-ridgeline.json"
},
{
"label": "PG-Slax",
"uiTheme": "vs-dark",
"path": "./themes/pg-slax.json"
},
{
"label": "PG-Steely Daniel",
"uiTheme": "vs-dark",
"path": "./themes/pg-steely-daniel.json"
},
{
"label": "PG-Punkin Spice",
"uiTheme": "vs-dark",
"path": "./themes/pg-punkin-spice.json"
},
{
"label": "PG-Ruby Clay",
"uiTheme": "vs-dark",
"path": "./themes/pg-ruby-clay.json"
},
{
"label": "PG-Forest",
"uiTheme": "vs-dark",
"path": "./themes/pg-forest.json"
}
]
},
"categories": [
"Themes"
],
"icon": "images/plum-good-square.png",
"galleryBanner": {
"color": "#161019",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/brennacodes/plum_good_theme.git"
},
"homepage": "https://github.com/brennacodes/plum_good_theme"
}