forked from Jerald/rusty-onedark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 967 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
41
42
{
"name": "vscode-rusty-colors",
"displayName": "Rusty Colors",
"description": "Dark theme with old rusty colors, perfect to use with Rust language",
"version": "1.1.3",
"publisher": "ioannuwu",
"license": "MIT",
"galleryBanner": {
"color": "#283946",
"theme": "dark"
},
"icon": "img/icon.png",
"engines": {
"vscode": "^1.43.0"
},
"categories": [
"Themes"
],
"keywords": [
"atom",
"theme",
"dark",
"light",
"one dark",
"rust",
"color"
],
"contributes": {
"themes": [
{
"label": "Rusty Colors",
"uiTheme": "vs-dark",
"path": "./themes/RustyColors.json"
}
]
},
"homepage": "https://github.com/IoaNNUwU/rusty-colors",
"repository": {
"type": "git",
"url": "https://github.com/IoaNNUwU/rusty-colors"
}
}