-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "dark-codely-theme",
"displayName": "Codely Theme",
"description": "A modern, good-looking, productivity-increaser theme for Visual Studio Code",
"version": "0.0.1",
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Themes"
],
"contributors": [
{
"email": "royjuni3431@gmail.com",
"name": "Royer Guerero",
"url": "https://github.com/royerguerrero"
}
],
"contributes": {
"themes": [
{
"label": "Codely",
"uiTheme": "vs-dark",
"path": "./themes/dark.codely-theme-color-theme.json"
},
{
"label": "Codely Dark",
"uiTheme": "vs-dark",
"path": "./themes/dark.codely-dark-theme-color-theme.json"
},
{
"label": "Codely Light",
"uiTheme": "vs",
"path": "./themes/light.codely-theme-color-theme.json"
}
]
}
}