forked from EliverLara/sweet-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 715 Bytes
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
{
"name": "sweet-vscode-amoled",
"displayName": "Sweet Vscode AMOLED",
"description": "AMOLED-black theme - so dark it disappears on black screens",
"version": "1.1.4",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"publisher": "retroheim",
"author": {
"name": "retroheim",
"url": "https://github.com/retroheim",
"email": "retroheim@protonmail.com"
},
"repository": {
"url": "https://github.com/retroheim/sweet-vscode"
},
"engines": {
"vscode": "^1.26.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Sweet vscode AMOLED",
"uiTheme": "vs-dark",
"path": "./themes/color-theme-sweet.json"
}
]
}
}