-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 875 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
{
"name": "github-purple-refined",
"displayName": "Github Purple Refined",
"description": "💜 A theme as accurate to Github's dark theme as possible, but with purple accents! 💜",
"version": "1.2.4",
"publisher": "rnbsov",
"repository": {
"type": "git",
"url": "https://github.com/Rnbsov/github-purple"
},
"homepage": "https://github.com/Rnbsov/github-purple",
"engines": {
"vscode": "^1.54.0"
},
"categories": [
"Themes"
],
"extensionPack": [
"rnbsov.fluorite-theme"
],
"contributes": {
"themes": [
{
"label": "Github Purple Refined",
"uiTheme": "vs-dark",
"path": "./themes/github-purple-color-theme.json"
}
]
},
"icon": "assets/icon.png",
"galleryBanner": {
"color": "#0d1117",
"theme": "dark"
},
"keywords": [
"github",
"dark",
"purple"
]
}