-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.01 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.01 KB
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
{
"name": "pinky-promise-theme",
"displayName": "Pinky Promise Theme",
"description": "T3 Chat syntax themes, colors by Lucia Scarlet.",
"icon": "images/p1s.png",
"version": "1.0.5",
"publisher": "ZubairIbnZamir",
"scripts": {
"vpkg": "vsce package",
"vpb": "vsce publish",
"ovpx": "npx ovsx publish",
"ovpxv": "npx ovsx publish --version 1.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/2u841r/pinky-promise-theme.git"
},
"keywords": [
"theme",
"dark theme",
"pinky promise",
"pinky-promise",
"t3chat",
"t3.chat",
"theo",
"lucia"
],
"engines": {
"vscode": "^1.91.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Pinky Promise Dark",
"uiTheme": "vs-dark",
"path": "./themes/pinky-promise-dark.json"
},
{
"label": "Pinky Promise Light",
"uiTheme": "vs",
"path": "./themes/pinky-promise-light.json"
}
]
}
}