-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 848 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
{
"version": "1.0.3",
"name": "violet-dream",
"displayName": "Violet Dream",
"description": "Soothing and serene color extension design to create a peaceful coding environment.",
"author": "AlexandreFPGoncalves",
"publisher": "AlexandreFPGoncalves",
"icon": "assets/violetdream.png",
"repository": {
"type": "git",
"url": "https://github.com/AlexandreFPGoncalves/violet-dream"
},
"engines": {
"vscode": "^1.78.0"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"theme",
"dark",
"serene",
"purple",
"clean",
"violet",
"dream",
"peaceful",
"violet dream",
"vsc theme"
],
"contributes": {
"themes": [
{
"label": "Violet Dream",
"uiTheme": "vs-dark",
"path": "./themes/Violet-Dream-color-theme.json"
}
]
}
}