-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.25 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "taaru",
"displayName": "Taaru",
"description": "Collection of pretty dark VS Code theme with Senegalese beauty 🪐",
"version": "2.0.0",
"publisher": "daoodaba975",
"author": "Daouda BA <daoodaba975@outlook.com> (https://x.com/daoodaba975)",
"license": "MIT",
"engines": {
"vscode": "^1.41.1"
},
"categories": [
"Themes"
],
"icon": "assets/images/icon.png",
"keywords": [
"senegal",
"vscode",
"theme",
"taaru",
"night",
"dark"
],
"repository": {
"url": "https://github.com/daoodaba975/taaru",
"type": "git"
},
"bugs": {
"url": "https://github.com/daoodaba975/taaru/issues"
},
"devDependencies": {
"vsce": "^1.41.1"
},
"__metadata": {
"publisherDisplayName": "Daouda BA"
},
"contributes": {
"themes": [
{
"label": "Biddeew",
"uiTheme": "vs-dark",
"path": "./themes/biddeew.json"
},
{
"label": "Guddi",
"uiTheme": "vs-dark",
"path": "./themes/guddi.json"
},
{
"label": "Jollof",
"uiTheme": "vs-dark",
"path": "./themes/jollof.json"
},
{
"label": "Teranga",
"uiTheme": "vs-dark",
"path": "./themes/teranga.json"
}
]
}
}