-
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.17 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.17 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": "exa-theme",
"displayName": "Exa - Theme Pack",
"description": "Get your own theme",
"version": "1.0.8",
"publisher": "exastone",
"engines": {
"vscode": "^1.72.0"
},
"icon": "icon/party-puffin-circle.png",
"preview": false,
"categories": [
"Themes",
"Other"
],
"extensionKind": [
"ui",
"workspace"
],
"contributes": {
"themes": [
{
"label": "Glacial",
"uiTheme": "vs",
"path": "./themes/glacial.json"
},
{
"label": "Azure Dawn",
"uiTheme": "vs-dark",
"path": "./themes/azure-dawn-theme.json"
},
{
"label": "Tundra Dusk",
"uiTheme": "vs-dark",
"path": "./themes/tundra-dusk-theme.json"
},
{
"label": "Woodland Eventide",
"uiTheme": "vs-dark",
"path": "./themes/woodland-eventide-theme.json"
}
]
},
"keywords": [
"theme",
"light",
"dark",
"day",
"night",
"exa",
"WCAG",
"semantic",
"highlighting",
"eye",
"comfort",
"pack",
"vscode"
],
"repository": {
"type": "git",
"url": "https://github.com/exastone/exa-theme"
}
}