-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 809 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 809 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
37
{
"name": "crusty-treason",
"displayName": "crusty_tr345on",
"description": "A splashy vibrant dark theme for Visual Studio Code",
"publisher": "daksh4469",
"version": "1.0.1",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.53.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Crusty Theme",
"uiTheme": "vs-dark",
"path": "./themes/Crusty Theme-color-theme.json"
}
]
},
"keywords": [
"crusty",
"treason",
"crusty_tr345on",
"dark",
"dracula",
"material",
"theme",
"material dark",
"flat",
"night",
"blue theme",
"blue"
]
}