-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 914 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
40
41
{
"name": "roxo-theme-vscode",
"version": "1.2.1",
"publisher": "rellyson",
"description": "A low-contrast, eye-friendly, dark purple theme for vscode.",
"license": "MIT",
"repository": {
"url": "https://github.com/roxo-theme/vscode"
},
"author": {
"name": "Rellyson Silva"
},
"type": "module",
"engines": {
"vscode": "^1.57.0"
},
"icon": "assets/icon.png",
"displayName": "Roxo theme",
"categories": [
"Themes"
],
"keywords": [
"minimal",
"low-contrast",
"eye-friendly",
"dark"
],
"galleryBanner": {
"color": "#120d17",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Roxo theme",
"uiTheme": "vs-dark",
"path": "./themes/roxo-theme.json"
}
]
}
}