-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
112 lines (112 loc) · 3.07 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "fruitone-themes",
"version": "1.3.3",
"description": "Bright and beautiful theme color inspired by Nature.",
"license": "ISC",
"author": "Wasiu Ramoni",
"type": "commonjs",
"publisher": "wasiu",
"repository": {
"type": "git",
"url": "https://github.com/waiz3ple/fruitone"
},
"scripts": {
"test": ""
},
"engines": {
"vscode": "^1.96.0"
},
"displayName": "Fruitone Themes",
"categories": [
"Themes"
],
"keywords": [
"vscode",
"theme",
"color theme",
"dark theme",
"light theme",
"fruit",
"plant",
"plant theme",
"fruit theme",
"nature",
"vibrant",
"colorful",
"minimal",
"accessible",
"developer",
"fresh",
"modern",
"fruitone",
"fruit one",
"flowers",
"coding theme",
"programming",
"readable"
],
"contributes": {
"themes": [
{
"label": "FruitOne Eggplant 🍆",
"uiTheme": "vs-dark",
"path": "/themes/fruitone-eggplant.json"
},
{
"label": "FruitOne Watermelon 🍉",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-watermelon.json"
},
{
"label": "FruitOne Blackberry 🍇",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-blackberry.json"
},
{
"label": "FruitOne Blueberry 🫐",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-blueberry.json"
},
{
"label": "FruitOne Mango 🥭",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-mango.json"
},
{
"label": "FruitOne Orange 🍊",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-orange.json"
},
{
"label": "FruitOne Date 🌱",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-date.json"
},
{
"label": "FruitOne Strawberry 🍓",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-strawberry.json"
},
{
"label": "FruitOne Coconut 🥥",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-coconut.json"
},
{
"label": "FruitOne Kiwi 🥝",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-kiwi.json"
},
{
"label": "FruitOne Cherry 🍒",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-cherry.json"
},
{
"label": "FruitOne Grapes 🍇",
"uiTheme": "vs-dark",
"path": "./themes/fruitone-grape.json"
}
]
}
}