-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 1.04 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
{
"name": "pastelin",
"displayName": "Pastelin",
"description": "Brilliant",
"version": "1.2.0",
"publisher": "tanyogeorgiev",
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Pastelin",
"uiTheme": "vs-dark",
"path": "./themes/Pastelin-color-theme.json"
},
{
"label": "Pastelin No Italic",
"uiTheme": "vs-dark",
"path": "./themes/Pastelin-color-theme-no-italic.json"
},
{
"label": "Pastelin No Italic At All",
"uiTheme": "vs-dark",
"path": "./themes/Pastelin-color-theme-no-italic-at-all.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/tanyogeorgiev/Pastelin"
},
"icon": "assets/logo.png",
"homepage": "https://github.com/tanyogeorgiev/Pastelin/blob/main/README.md"
}