-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 718 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 718 Bytes
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
{
"name": "primal",
"displayName": "Primal",
"description": "Dark theme that is a mix of Space Grey, City Light and Ayu",
"icon": "assets/icon.png",
"files": [],
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/primalmotion/vscode-primal-theme"
},
"publisher": "primalmotion",
"engines": {
"vscode": "^1.18.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"primal"
],
"contributes": {
"themes": [
{
"label": "Primal",
"uiTheme": "vs-dark",
"path": "./themes/theme.json"
}
]
}
}