-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 716 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 716 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
33
34
35
36
{
"name": "vscode-theme-adapted",
"displayName": "Adapted",
"description": "A dark Adapta theme",
"categories": [
"Themes"
],
"version": "1.2.0",
"publisher": "about-code",
"icon": "icon.png",
"scripts": {
"package": "vsce package"
},
"repository": {
"url": "https://github.com/about-code/vscode-theme-adapted"
},
"engines": {
"vscode": "*"
},
"contributes": {
"themes": [
{
"id": "Adapted-Dark-Monokai",
"label": "Adapted Monokai",
"uiTheme": "vs-dark",
"path": "./themes/adapted-dark-monokai.json"
},
{
"id": "Adapted-Dark-VSCode-Plus",
"label": "Adapted Dark+",
"uiTheme": "vs-dark",
"path": "./themes/adapted-dark-vscode-plus.json"
}
]
}
}