-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "vscode-solarized-dark-grey",
"displayName": "Solarized Dark Grey",
"description": "Solarized Dark Grey theme for Visual Studio Code",
"version": "0.4.1",
"publisher": "ristomatti",
"engines": {
"vscode": "^1.50.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Solarized Dark Grey",
"uiTheme": "vs-dark",
"path": "./themes/SolarizedDarkGrey-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#141414",
"theme": "dark"
},
"homepage": "https://github.com/ristomatti/vscode-solarized-dark-grey#readme",
"license": "MIT",
"author": "Ristomatti Airo <ristomatti.airo@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/ristomatti/vscode-solarized-dark-grey.git"
},
"__metadata": {
"id": "376be52d-9bee-4129-8248-7732d65a94e1",
"publisherDisplayName": "Ristomatti Airo",
"publisherId": "38365db9-c93e-4f80-9504-425d7a0fa9ca"
}
}