-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "coolest-dark",
"displayName": "Coolest Dark",
"publisher": "mutomboJeanVincent",
"author": {
"name": "Mutombo jean-vincent",
"email": "sigmacool@gmail.com",
"url": "https://github.com/coolbeatz71"
},
"homepage": "https://github.com/coolbeatz71/coolest-dark",
"repository": {
"type": "git",
"url": "https://github.com/coolbeatz71/coolest-dark"
},
"bugs": {
"url": "https://github.com/coolbeatz71/coolest-dark/issues"
},
"icon": "img/icon.png",
"keywords": [
"flutter", "dark", "coolest", "dart", "theme", "material theme", "One dark", "Bear Theme"
],
"description": "The coolest dark theme for Dart and Flutter based on One Dark Pro and Bear Theme",
"version": "0.0.1",
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Coolest Dark",
"uiTheme": "vs-dark",
"path": "./themes/Coolest Dark-color-theme.json"
}
]
}
}