-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.16 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
{
"name": "monokai-rain",
"displayName": "Monokai RainStorm",
"description": "A theme with neutral gray backgrounds, grey and blue colors, water highlights & Sweet Dracula Monokai syntax highlighting",
"version": "0.2.7",
"publisher": "mimo",
"engines": {
"vscode": "^1.82.0"
},
"categories": [
"Themes"
],
"keywords": [
"monokai",
"monokai extended",
"monokai textmate",
"monokai blue",
"monokai grey",
"monokai gray",
"monokai black",
"monokai drizzle",
"monokai rain",
"monokai storm",
"monokai tornado",
"monokai sleet",
"neutral",
"theme",
"color-theme",
"extended",
"light dark",
"dark",
"darkest",
"grey",
"gray",
"blue",
"light dark blue",
"dark blue",
"black",
"drizzle",
"rain",
"storm",
"rainstorm",
"tornado",
"ocean",
"deep",
"deep ocean",
"sleet"
],
"icon": "assets/images/monokai-rainstorm-logo.png",
"galleryBanner": {
"color": "#576F77",
"theme": "dark"
},
"sponsor": {
"url": "https://github.com/sponsors/michellemounde"
},
"pricing": "Free",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/michellemounde/monokai-rainstorm/blob/main/README.md",
"bugs": {
"url": "https://github.com/michellemounde/monokai-rainstorm/issues",
"email": "michellemounde@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/michellemounde/monokai-rainstorm.git"
},
"contributes": {
"themes": [
{
"label": "Monokai Drizzle",
"uiTheme": "vs-dark",
"path": "./themes/monokai-drizzle.json"
},
{
"label": "Monokai Rain",
"uiTheme": "vs-dark",
"path": "./themes/monokai-rain.json"
},
{
"label": "Monokai Storm",
"uiTheme": "vs-dark",
"path": "./themes/monokai-storm.json"
},
{
"label": "Monokai Tornado",
"uiTheme": "vs-dark",
"path": "./themes/monokai-tornado.json"
},
{
"label": "Monokai Sleet",
"uiTheme": "vs-dark",
"path": "./themes/monokai-sleet.json"
}
]
}
}