-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (64 loc) · 1.17 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
{
"name": "what42s-rust-theme-light",
"displayName": "What42's Rust Theme (Light)",
"description": "A theme for Rust that focuses aggressively on readability",
"icon": "icon.png",
"version": "2.1.2",
"publisher": "What42Pizza",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/What42Pizza/What42s-Rust-Theme_Light.git"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"light",
"light blue",
"blue",
"simple",
"minimal",
"minimalistic",
"clean",
"clear",
"color",
"colorful",
"colour",
"colourful",
"focus",
"readable",
"rust",
"lua",
"glsl",
"json",
"toml",
"markdown"
],
"galleryBanner": {
"color": "#70CCFF"
},
"engines": {
"vscode": "^1.77.0"
},
"contributes": {
"themes": [
{
"label": "What42's Rust Theme (White)",
"uiTheme": "vs",
"path": "./themes/What42's Rust Theme (White).json"
},
{
"label": "What42's Rust Theme (Blue)",
"uiTheme": "vs",
"path": "./themes/What42's Rust Theme (Blue).json"
},
{
"label": "What42's Rust Theme (Midnight)",
"uiTheme": "vs",
"path": "./themes/What42's Rust Theme (Midnight).json"
}
]
}
}