-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1002 Bytes
/
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": "roteki-theme",
"author": "Marco Aurélio <marcoaurelio_7@outlook.com>",
"publisher": "omarcoaur3lio",
"displayName": "Roteki Theme",
"description": "A minimalist dark theme with shades of blue and green",
"license": "MIT",
"version": "1.0.1",
"icon": "logo.png",
"keywords": [
"theme",
"dark",
"blue",
"roteki",
"minimalist"
],
"repository": {
"url": "https://github.com/omarcoaur3lio/roteki-theme"
},
"homepage": "https://github.com/omarcoaur3lio/roteki-theme",
"bugs": {
"url": "https://github.com/omarcoaur3lio/roteki-theme/issues"
},
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Roteki Dark Theme",
"uiTheme": "vs-dark",
"path": "./themes/Roteki Dark Theme-color-theme.json"
}
]
}
}