-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 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
{
"name": "calm-purple-theme",
"displayName": "Calm Purple Theme",
"description": "Most purple themes are very bright, and as a result, it's not good for the eyes. That's where this theme comes in. It brings in the feel of purple into VS Code, while also making your eyes happy with it.",
"version": "0.0.2",
"engines": {
"vscode": "^1.64.0"
},
"publisher": "evanwebdev",
"categories": [
"Themes"
],
"icon": "images/icon.png",
"contributes": {
"themes": [
{
"label": "Calm Purple Theme",
"uiTheme": "vs-dark",
"path": "./themes/Calm Purple Theme-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/RighteousHundred/calm-purple-theme.git"
}
}