-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.04 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.04 KB
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
{
"name": "oxide-theme",
"displayName": "Oxide Theme",
"description": "A minimalist dark theme with precise colors and elegant restraint",
"version": "0.1.1",
"publisher": "oxidescheme",
"author": {
"name": "Jakub Mazur",
"url": "https://github.com/jakmaz"
},
"repository": {
"type": "git",
"url": "https://github.com/oxidescheme/vscode.git"
},
"bugs": {
"url": "https://github.com/oxidescheme/vscode/issues"
},
"homepage": "https://github.com/oxidescheme/vscode#readme",
"keywords": [
"theme",
"dark",
"minimal",
"oxide",
"colorscheme",
"elegant",
"programming",
"developer",
"dark theme",
"color theme"
],
"icon": "assets/logo.png",
"license": "MIT",
"engines": {
"vscode": "^1.60.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#161616",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Oxide",
"uiTheme": "vs-dark",
"path": "./themes/oxide-color-theme.json"
}
]
}
}