-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 958 Bytes
/
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
{
"name": "vlad-studio-tiniri",
"displayName": "Vlad.studio Tiniri Theme",
"description": "A soft and cozy theme, with slightly retro warm colours.",
"version": "0.0.54",
"publisher": "vladstudio",
"license": "See LICENSE.md",
"icon": "icon/256.png",
"repository": {
"type": "git",
"url": "https://github.com/vladstudio/tiniri-vscode-theme"
},
"keywords": [
"Soft",
"Calm",
"Warm",
"Beige",
"Simple",
"Minimalistic",
"Newspaper",
"Sand",
"Paper"
],
"scripts": {
"publish": "vsce publish"
},
"engines": {
"vscode": "^1.66.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Tiniri Light",
"uiTheme": "vs",
"path": "./themes/Tiniri-Light-color-theme.json"
},
{
"label": "Tiniri Dark",
"uiTheme": "vs-dark",
"path": "./themes/Tiniri-Dark-color-theme.json"
}
]
}
}