-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
{
"name": "denamo",
"displayName": "Denamo Theme",
"description": "Denamo is a Dark Theme Built To Give Developers a Nice Look when Create Their own applications With a Nice Dark Theme",
"version": "0.0.2",
"preview": true,
"icon": "logo.png",
"engines": {
"vscode": "^1.49.0"
},
"publisher": "YazanTarifi",
"categories": [
"Themes"
],
"bugs": {
"url": "https://github.com/Yazan98/Denamo/issues"
},
"homepage": "https://github.com/Yazan98/Denamo",
"contributes": {
"themes": [
{
"label": "Denamo Theme",
"uiTheme": "vs-dark",
"path": "./themes/Denamo Theme-color-theme.json"
}
]
},
"keywords": [
"theme",
"github",
"light",
"dark",
"dark theme",
"typescript theme",
"blue dark theme",
"dark theme",
"black theme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Yazan98/Denamo.git"
},
"__metadata": {
"id": "20414415-6a46-4ef5-9d91-8c97bff40f01",
"publisherDisplayName": "Yazan Tarifi",
"publisherId": "bf5e00dc-b250-4fd9-8b0a-14717ff07aec"
}
}