-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 975 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
42
{
"name": "xenus-ember",
"displayName": "Xenus Ember",
"description": "A dark theme with smooth, muted colors and striking accents for Visual Studio Code, designed for extended coding sessions with minimal eye strain.",
"version": "0.0.1",
"publisher": "xenus",
"repository": {
"type": "git",
"url": "https://github.com/your-repo/xenus-ember" // Update with your repository URL
},
"keywords": [
"theme",
"dark theme",
"coding",
"xenusweb",
"contrast",
"xenus",
"visual studio code"
],
"engines": {
"vscode": "^1.92.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"screenshots": [
{
"path": "images/preview.png",
"description": "Preview of Xenus Ember theme in Visual Studio Code"
}
],
"contributes": {
"themes": [
{
"label": "Xenus Ember",
"uiTheme": "vs-dark",
"path": "./themes/Xenus-Ember-color-theme.json"
}
]
}
}