-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.25 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "arc-plus",
"displayName": "Arc+",
"description": "A color theme inspired by Arc, Material, and Dark+",
"version": "1.0.2",
"publisher": "ph-hawkins",
"license": "MIT",
"repository": {
"type": "GitHub",
"url": "https://github.com/phil-harmoniq/arc-plus"
},
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Arc+",
"uiTheme": "vs-dark",
"path": "./themes/arc-plus.json"
},
{
"label": "Arc+ (Light)",
"uiTheme": "vs",
"path": "./themes/arc-plus-light.json"
},
{
"label": "Arc+ (Dark Monochrome)",
"uiTheme": "vs-dark",
"path": "./themes/arc-dark-monochrome.json"
}
]
},
"keywords": [
"arc",
"arc plus",
"dotnet",
"light",
"dark"
],
"__metadata": {
"id": "a3bb6796-b644-4e8b-9b7a-f42f2a69c9e9",
"publisherId": "06764748-f43e-44ac-8c73-682133c8abbc",
"publisherDisplayName": "Phil Hawkins"
}
}