-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.91 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "friendly-dark",
"displayName": "Friendly Dark",
"description": "A friendly dark theme - new ErrorDark! ✨",
"version": "2.2.27",
"publisher": "Fukumi",
"icon": "icons/friendly-dark-circle.png",
"engines": {
"vscode": "^1.60.0"
},
"repository": {
"type": "git",
"url": "https://github.com/satoufukumi/friendly-dark"
},
"keywords": [
"theme",
"dark",
"errordim",
"errordimension",
"errordark",
"darkish",
"purple",
"blue",
"nice",
"background",
"fukumi",
"satoufukumi"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "FriendlyDark - One Dark Pro",
"uiTheme": "vs-dark",
"path": "./themes/one-dark-pro-color-theme.json"
},
{
"label": "FriendlyDark - Flower Garden In Grey",
"uiTheme": "vs-dark",
"path": "./themes/flower-garden-in-grey-color-theme.json"
},
{
"label": "FriendlyDark - Flower Garden In Grey (Darker)",
"uiTheme": "vs-dark",
"path": "./themes/flower-garden-in-grey-darker-color-theme.json"
},
{
"label": "FriendlyDark - Grey - Deprecated",
"uiTheme": "vs-dark",
"path": "./themes/grey-deprecated-color-theme.json"
},
{
"label": "FriendlyDark - Purple - Deprecated",
"uiTheme": "vs-dark",
"path": "./themes/purple-deprecated-color-theme.json"
},
{
"label": "FriendlyDark - Blue - Deprecated",
"uiTheme": "vs-dark",
"path": "./themes/blue-deprecated-color-theme.json"
}
]
}
}