-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.5 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "teragone-factory-theme",
"displayName": "Teragone Factory",
"description": "Warm-expert theme (light + dark) for long-form documentation work. Terracotta accents on cream — or on warm fired-clay dark — sampled from the Teragone Factory wordmark.",
"version": "0.2.1",
"publisher": "teragone-factory",
"license": "MIT",
"icon": "assets/icon.png",
"engines": {
"vscode": "^1.80.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"light",
"dark",
"warm",
"terracotta",
"cream",
"factory",
"documentation",
"markdown",
"mermaid",
"prose"
],
"galleryBanner": {
"color": "#FDFBF7",
"theme": "light"
},
"contributes": {
"themes": [
{
"label": "Teragone Factory",
"uiTheme": "vs",
"path": "./themes/teragone-factory-color-theme.json"
},
{
"label": "Teragone Factory Dark",
"uiTheme": "vs-dark",
"path": "./themes/teragone-factory-dark-color-theme.json"
}
],
"markdown.previewStyles": [
"./styles/teragone-markdown-preview.css"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Teragone-Factory/teragone-vscode-theme.git"
},
"bugs": {
"url": "https://github.com/Teragone-Factory/teragone-vscode-theme/issues"
},
"homepage": "https://github.com/Teragone-Factory/teragone-vscode-theme#readme",
"scripts": {
"package": "vsce package"
},
"devDependencies": {
"@vscode/vsce": "^3.2.1"
}
}